Skip to content
Snippets Groups Projects
Commit a56603b4 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fixes tests

parent c6c8ca38
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ image=$1
# prepare data
mkdir -p /data/import/$image.test/TLS
cp /data/indiehosters/scripts/unsecure-certs/example.dev.pem /data/import/$image.test/TLS/$image.test.pem
if [ "$image" == "static-git" ]; then
if [ "$image" == "staticgit" ]; then
mkdir -p /data/import/$image.test/static-git
echo "https://github.com/indiehosters/website.git" > /data/import/$image.test/static-git/GITURL
fi
......
#!/bin/bash -eux
applications=( static static-git wordpress known)
applications=( static staticgit wordpress known)
for application in "${applications[@]}"
do
......
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