Skip to content
Snippets Groups Projects
Commit 9d5eabec authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins
Browse files

ci

parent 610ff9b9
No related branches found
No related tags found
1 merge request!7ci
Pipeline #43682 passed
...@@ -7,10 +7,10 @@ variables: ...@@ -7,10 +7,10 @@ variables:
MYSQL_PASSWORD: $MYSQL_PASSWORD MYSQL_PASSWORD: $MYSQL_PASSWORD
MYSQL_DATABASE: $MYSQL_DATABASE MYSQL_DATABASE: $MYSQL_DATABASE
services: # services:
- name: mysql:latest # - name: mysql:latest
command: ["mysqld", "--authentication-policy=mysql_native_password"] # command: ["mysqld", "--authentication-policy=mysql_native_password"]
alias: mysql # alias: mysql
# services: # services:
# - name: mysql:latest # - name: mysql:latest
...@@ -138,7 +138,7 @@ lint: ...@@ -138,7 +138,7 @@ lint:
# - job_id=$(cat job_id) # - job_id=$(cat job_id)
- > - >
ssh "eatfast@$DOMAIN" ssh "eatfast@$DOMAIN"
"cd /var/www/backend && "cd /var/www/eatfast/backend &&
git stash && git stash &&
git checkout "$CI_COMMIT_BRANCH" && git checkout "$CI_COMMIT_BRANCH" &&
git stash && git stash &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment