Skip to content
Snippets Groups Projects
Commit a5efd90b authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Remove broken pipeline

parent ec02ec21
No related branches found
No related tags found
No related merge requests found
Pipeline #4216 failed
stages: stages:
- github-sync # - github-sync
push_to_github: push_to_github:
stage: github-sync stage: github-sync
......
...@@ -27,7 +27,7 @@ fi ...@@ -27,7 +27,7 @@ fi
echo "**********************************" echo "**********************************"
echo "* Uploading artifacts to Github..." echo "* Uploading artifacts to Github..."
echo "**********************************" echo "**********************************"
cd $dirname/target/checkout cd target/checkout
./github.sh pre ./github.sh pre
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
exit 1 exit 1
......
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