Skip to content
Snippets Groups Projects
Commit d56ec950 authored by Josep Andre Ginting's avatar Josep Andre Ginting
Browse files

test deploy

parent d564b671
2 merge requests!16Release/1.0,!15Feature/pipeline
Pipeline #20839 failed
......@@ -8,6 +8,7 @@ before_script:
stages:
- test
- delete
- deploy
# lint and test are two different jobs in the same stage.
......@@ -26,6 +27,12 @@ lint:
# - npm run test
# # ToDo: Add coverage
delete_folder:
state: delete
script:
- sudo rm -f -R ws-transaksi
allow_failure: true
deployAws:
# only:
# - master
......@@ -33,7 +40,6 @@ deployAws:
stage: deploy
script:
- pwd
- sudo rm -f -R ws-transaksi
- git clone https://gitlab.informatika.org/if3110-2019-02-k03-04/ws-transaksi.git
- pwd
- cd ws-transaksi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment