Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
elayrocks committed May 2, 2024
1 parent d9f8247 commit 39dc68a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
- name: Authenticate
run: ./scripts/ciauthenticate

# - name: Run cibuild
# run: ./scripts/cibuild
- name: Run cibuild
run: ./scripts/cibuild

- name: Get image tag
id: get_image_tag
Expand All @@ -44,8 +44,8 @@ jobs:
;;
esac

# - name: Publish images
# run: ./scripts/cipublish --acr ${{steps.get_image_tag.outputs.acr}} --tag ${{steps.get_image_tag.outputs.tag}}
- name: Publish images
run: ./scripts/cipublish --acr ${{steps.get_image_tag.outputs.acr}} --tag ${{steps.get_image_tag.outputs.tag}}

outputs:
image_tag: ${{ steps.get_image_tag.outputs.tag }}
Expand Down
1 change: 0 additions & 1 deletion deployment/bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ fi
require_env "IMAGE_TAG"
require_env "GIT_COMMIT"
require_env "ARM_CLIENT_ID"
# require_env "ARM_CLIENT_SECRET"
require_env "ARM_TENANT_ID"
require_env "ARM_USE_OIDC"

Expand Down

0 comments on commit 39dc68a

Please sign in to comment.