Skip to content
Snippets Groups Projects
Commit 7cd56b4e authored by Laurent's avatar Laurent
Browse files

add gitlab stages

parent 74c6e015
Branches
Tags
No related merge requests found
......@@ -25,5 +25,5 @@ test_job:
cleanup_job:
stage: cleanup
script:
- mysql -u$DBUSER -p$DBPASS -e "drop schema if exists $DBNAME"
- mysql -u$DBUSER -p$DBPASS -e "drop schema if exists ${DBNAME}"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment