Skip to content

Commit

Permalink
remove the ls .up
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakrap committed Mar 17, 2024
1 parent b35dfaa commit 88f6c27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# install: true

- name: Login to Upbound
uses: docker/login-action@v1
uses: docker/login-action@v2
if: env.UPBOUND_MARKETPLACE_PUSH_ROBOT_USR != ''
with:
registry: xpkg.upbound.io
Expand All @@ -52,7 +52,6 @@ jobs:
run: git fetch --prune --unshallow

- run: make build.init
- run: ls -la .up
- run: .cache/tools/linux_x86_64/up-v0.18.0 --help
- run: .cache/tools/linux_x86_64/up-v0.18.0 profile list
- run: .cache/tools/linux_x86_64/up-v0.18.0 repo list
Expand Down

0 comments on commit 88f6c27

Please sign in to comment.