From 0f8209d6f130e723692a18b463f6d68edf8557bd Mon Sep 17 00:00:00 2001 From: Amndeep Singh Mann Date: Tue, 24 Dec 2024 22:11:59 -0500 Subject: [PATCH] working-directory test Signed-off-by: Amndeep Singh Mann --- .github/workflows/push-lite-to-docker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/push-lite-to-docker.yml b/.github/workflows/push-lite-to-docker.yml index 7f418bd03d..bf70302ab5 100644 --- a/.github/workflows/push-lite-to-docker.yml +++ b/.github/workflows/push-lite-to-docker.yml @@ -34,13 +34,13 @@ jobs: # run: echo "DOCKER_SHA=$(docker pull mitre/heimdall2:${{ github.event.pull_request.head.sha }} > /dev/null 2>&1 && docker inspect --format='{{index .RepoDigests 0}}' mitre/heimdall2:${{ github.event.pull_request.head.sha }} | cut -d '@' -f 2)" >> $GITHUB_ENV # this line will need to be changed too to get rid of the pull request stuff - name: directory structure + working-directory: ../ironbank_heimdall run: | pwd - ls - ls ../ - echo $GITHUB_WORKSPACE + echo "does this actually make the dir?" - name: Clone Iron Bank repo run: | - mkdir ironbank_heimdall + # cd ../ + # mkdir ironbank_heimdall docker run -e GITLAB_HOST=repo1.dso.mil -e GITLAB_USERNAME=amann -e GITLAB_TOKEN="{{ secrets.REPO1_PAT_AMANN_MAXIMAL }}" -v ironbank_heimdall:/ironbank_heimdall gitlab/glab glab repo clone https://amann:{{ secrets.REPO1_PAT_AMANN_MAXIMAL }}@repo1.dso.mil/dsop/mitre/security-automation-framework/heimdall2.git /ironbank_heimdall