Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminaaron committed Apr 5, 2024
1 parent 2f501a4 commit 16493ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: get latest commit hash
run: echo "LATEST_COMMIT_HASH=$(git rev-parse HEAD)" >> $GITHUB_ENV
- name: create commit hash file
run: |
echo $LATEST_COMMIT_HASH > latest_commit_hash.txt
echo "Captured commit hash: $LATEST_COMMIT_HASH"
- name: Archive Repository with Commit Hash
run: echo $LATEST_COMMIT_HASH > latest_commit_hash.txt
- name: dev
echo "Captured commit hash: $LATEST_COMMIT_HASH"
- name : Archive Repository with Commit Hash
run: zip -r archive_with_hash.zip . -x "*.git*" -x "*.github*"
- name: Upload to zip-archive branch
run: |
Expand Down

0 comments on commit 16493ab

Please sign in to comment.