Skip to content

Commit

Permalink
🤖 TEST: #185
Browse files Browse the repository at this point in the history
  • Loading branch information
apolopena committed Jan 27, 2022
1 parent 5198828 commit 198c934
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gp/bash/examples/init-react-typescript-example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ log "$task_msg"
#curl -LJO https://github.com/apolopena/qna-typescript-demo-skeleton/archive/refs/tags/1.1.0.tar.gz
curl -LJO https://github.com/apolopena/qna-typescript-demo-skeleton/archive/refs/tags/1.1.1a.tar.gz
exit_codes+=($?)
tar --overwrite -xvzf qna-typescript-demo-skeleton-1.1.0.tar.gz --strip-components=1
#tar --overwrite -xvzf qna-typescript-demo-skeleton-1.1.0.tar.gz --strip-components=1
tar --overwrite -xvzf qna-typescript-demo-skeleton-1.1.1a.tar.gz --strip-components=1
exit_codes+=($?)
rm qna-typescript-demo-skeleton-1.1.0.tar.gz
#rm qna-typescript-demo-skeleton-1.1.0.tar.gz
rm qna-typescript-demo-skeleton-1.1.1a.tar.gz
exit_codes+=($?)

if [[ $(echo "${exit_codes[@]}" | tr -d '[:space:]') =~ ^[0]+$ ]]; then
Expand Down

0 comments on commit 198c934

Please sign in to comment.