Skip to content

Commit

Permalink
working-directory test
Browse files Browse the repository at this point in the history
Signed-off-by: Amndeep Singh Mann <amann@mitre.org>
Amndeep7 committed Dec 25, 2024
1 parent 951dc7d commit 0f8209d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-lite-to-docker.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0f8209d

Please sign in to comment.