Skip to content
Snippets Groups Projects
Verified Commit e447cd6f authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

replace bash with sh

parent f5160497
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,8 @@ create-vps:
script:
- echo "hostname $HOSTNAME, subdomain $SUBDOMAIN, domain $DOMAIN, address $ADDRESS";
- ls clusters/${HOSTNAME} || echo "directory clusters/${HOSTNAME} not found"
- bash .gitlab/ci_scripts/create_vps.sh
# Creates the VPS only if an old VPS for this branch is not re-usable
- sh .gitlab/ci_scripts/create_vps.sh
artifacts:
paths:
- clusters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment