Skip to content

Commit

Permalink
Merge pull request #8 from OpsMx/OES-1.33.x-mergebranch
Browse files Browse the repository at this point in the history
Upgrading deck-oes from OES-1.30.X to OES-1.33.X
  • Loading branch information
sahititarigoppula authored Jun 11, 2024
2 parents cbfa9c2 + a164120 commit c14059e
Show file tree
Hide file tree
Showing 177 changed files with 5,227 additions and 1,125 deletions.
15 changes: 0 additions & 15 deletions .github/dependabot.yml

This file was deleted.

99 changes: 0 additions & 99 deletions .github/workflows/build.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/deck-oes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_call:
push:
branches:
- OES-1.30.1
- OES-1.33.x

env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx6g -Xms6g
Expand All @@ -29,8 +29,8 @@ jobs:
id: build_variables
run: |
echo ::set-output name=REPO::ubi8-deck-cve
#echo ::set-output name=VERSION::"1.30.1$(date --utc +'%Y%m%d')"
echo ::set-output name=VERSION::"1.30.1"
#echo ::set-output name=VERSION::"1.33.x$(date --utc +'%Y%m%d')"
echo ::set-output name=VERSION::"1.33.x"
echo "::set-output name=GITHASH::$(git rev-parse --short HEAD)"
echo "::set-output name=BUILDDATE::$(date -u +"%Y%m%d%H%M")"
- name: Login to Quay
Expand Down
118 changes: 0 additions & 118 deletions .github/workflows/package-bump-pr.yml

This file was deleted.

77 changes: 0 additions & 77 deletions .github/workflows/pr.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Publish packages to NPM
on:
push:
branches:
- 'master'
- 'OES-1.33.x'
paths:
- 'packages/*/package.json'

env:
NODE_VERSION: 12.16.0
NODE_VERSION: 14.21.3

permissions:
contents: read
Expand All @@ -20,12 +20,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: '${{ secrets.SPINNAKERBOT_PERSONAL_ACCESS_TOKEN }}'

- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down
Loading

0 comments on commit c14059e

Please sign in to comment.