Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
tutn-axonivy committed Feb 27, 2024
1 parent ff738c0 commit 7a9946a
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,23 @@ jobs:
if: ${{github.ref_name}} == 'MARP-59-Migrate-the-Marketplace-from-Ivyteam-Jenkins-to-Github'
steps:
- name: Download artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v4

- name: Untar
shell: sh
run: |
targetFolder = "/home/axonivya/deployment/ivy-website-market-$(date +'%Y-%m-%d_%H-%M-%S')" ;
targetFile = $targetFolder.tar
mkdir $targetFolder
tar -xf $targetFile -C $targetFolder
rm -f $targetFile
mkdir deployment
ln -fns /deployment $targetFolder/src/web
cd deployment

0 comments on commit 7a9946a

Please sign in to comment.