Skip to content

Commit

Permalink
chore: remove udash from updatecli pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
olblak authored Dec 9, 2024
1 parent 9791986 commit 0d97c7f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ jobs:
go-version-file: 'go.mod'
check-latest: true
id: go
- name: Login with Udash
run: "updatecli udash login --experimental --oauth-access-token $UDASH_ACCESS_TOKEN $UDASH_URL"
if: github.ref == 'refs/heads/main'
env:
UDASH_ACCESS_TOKEN: ${{ secrets.UDASH_ACCESS_TOKEN }}
UDASH_URL: ${{ vars.UDASH_URL }}
- name: "Run updatecli in dryrun"
run: "updatecli compose diff"
env:
Expand All @@ -47,6 +41,3 @@ jobs:
- name: Logout from Udash
if: github.ref == 'refs/heads/main'
run: "updatecli udash logout --experimental $UDASH_URL"
env:
UDASH_URL: ${{ vars.UDASH_URL }}

0 comments on commit 0d97c7f

Please sign in to comment.