Skip to content

Commit

Permalink
remove containers
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed May 13, 2024
1 parent a315eb5 commit eb39c7a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/z_create_config_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ jobs:
contents: read
timeout-minutes: 60

container:
image: azhop.azurecr.io/hpcrover:latest
credentials:
username: ${{ env.ARM_CLIENT_ID }}
password: ${{ env.ARM_CLIENT_SECRET }}
options: --user 0
# container:
# image: azhop.azurecr.io/hpcrover:latest
# credentials:
# username: ${{ env.ARM_CLIENT_ID }}
# password: ${{ env.ARM_CLIENT_SECRET }}
# options: --user 0

outputs:
resource_group: ${{ steps.build_config.outputs.resource_group }}
Expand All @@ -111,6 +111,8 @@ jobs:

- name: Login azure
run: |
pwd
ls -alt
source /miniconda/bin/activate
#az login --service-principal -u '${{ env.ARM_CLIENT_ID }}' -p '${{ env.ARM_CLIENT_SECRET }}' --tenant '${{ env.ARM_TENANT_ID }}'
az login -i
Expand Down

0 comments on commit eb39c7a

Please sign in to comment.