Skip to content

Commit

Permalink
Github workflow change for 1.33.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sahititarigoppula committed Jun 5, 2024
1 parent 875032f commit a164120
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 470 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.

2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish packages to NPM
on:
push:
branches:
- 'master'
- 'OES-1.33.x'
paths:
- 'packages/*/package.json'

Expand Down
Loading

0 comments on commit a164120

Please sign in to comment.