Skip to content
Snippets Groups Projects
Commit 811a7a9c authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

bugfix

parent 8243fdcd
No related branches found
No related tags found
No related merge requests found
Pipeline #640 passed with stage
in 29 seconds
#!/usr/bin/env bash
shutdown -h +30 "Timeout on VM creation"
export PATH=$PATH:/vagrant
chmod ugo+x /vagrant/*.sh
shutdown -h +60 "Timeout on VM creation"
if [ -e "/vagrant/build.sh" ]; then
bash /vagrant/build.sh
fi
if [ -e "/vagrant/build.sh" ]; then
if [ -e "/vagrant/build_as_vagrant.sh" ]; then
sudo -H -u vagrant bash /vagrant/build_as_vagrant.sh
fi
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