Skip to content
Snippets Groups Projects
Commit 9c4f607a authored by Jean-Baptiste Keck's avatar Jean-Baptiste Keck
Browse files

fixed artifacts

parent e9ba2e13
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -45,7 +45,7 @@ install:ubuntu_zesty: ...@@ -45,7 +45,7 @@ install:ubuntu_zesty:
artifacts: artifacts:
paths: paths:
- ./build - ./build
- /root/.local/lib/python2.7/site-packages/hysop - ./install
test:ubuntu_zesty: test:ubuntu_zesty:
image: keckj/hysop:ubuntu_zesty image: keckj/hysop:ubuntu_zesty
......
...@@ -8,12 +8,12 @@ if [ $# -ne 2 ]; then ...@@ -8,12 +8,12 @@ if [ $# -ne 2 ]; then
fi fi
if [ ! -d "$1" ]; then if [ ! -d "$1" ]; then
echo "Folder {} does not exist." echo "Folder $1 does not exist."
exit 1 exit 1
fi fi
if [ ! -d "$2" ]; then if [ ! -d "$2" ]; then
echo "Folder {} does not exist." echo "Folder $2 does not exist."
exit 1 exit 1
fi 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