Skip to content

Commit

Permalink
fix: flyteconsole tag in ci pipeline (flyteorg#550)
Browse files Browse the repository at this point in the history
* fix tag issue in ci

Signed-off-by: Yuvraj <[email protected]>

* remove welcome bot from boilerplate config

Signed-off-by: Yuvraj <[email protected]>

Co-authored-by: Yuvraj <[email protected]>
  • Loading branch information
yindia and Yuvraj authored Jul 25, 2022
1 parent 28a224e commit 33b1cee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,14 @@ jobs:
# a tag, update our target
run: |
CURRENT_TAG=$(git tag --sort=-refname --points-at ${{ github.ref }} | head -n 1)
echo $CURRENT_TAG
echo "::set-output name=currentTag::$CURRENT_TAG"
push_docker_image:
name: Push to Github Registry
needs: [check_for_tag]
runs-on: ubuntu-latest
if: ${{ needs.check_for_tag.outputs.currentTag != '' }}
steps:
- uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upgrade_automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
trigger-upgrade:
name: ${{ github.event.inputs.component }} Upgrade
if: ${{ github.event.inputs.component == "boilerplate" }}
if: ${{ github.event.inputs.component == 'boilerplate' }}
uses: flyteorg/flytetools/.github/workflows/flyte_automation.yml@master
with:
component: ${{ github.event.inputs.component }}
Expand All @@ -24,7 +24,7 @@ jobs:
upgrade_flyteidl:
name: Upgrade Flyteidl
runs-on: ubuntu-latest
if: ${{ github.event.inputs.component == "flyteidl" }}
if: ${{ github.event.inputs.component == 'flyteidl' }}
steps:
- uses: actions/checkout@v2
with:
Expand Down
1 change: 0 additions & 1 deletion boilerplate/update.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
flyte/docker_build
flyte/pull_request_template
flyte/welcome_bot
flyte/code_of_conduct

0 comments on commit 33b1cee

Please sign in to comment.