Skip to content
Snippets Groups Projects
Commit a1b3587e authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

syntax fix

parent 5bb6c414
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ pages:
- apt-get update && apt-get install -y git
- git config user.name $GITLAB_USER_NAME
- git config user.email $GITLAB_USER_EMAIL
- git fetch origin $PAGES_BRANCH && git -b checkout $PAGES_BRANCH origin/$PAGES_BRANCH || git checkout $PAGES_BRANCH || echo "Pages branch not deployed yet."
- git fetch origin $PAGES_BRANCH && git checkout -b $PAGES_BRANCH origin/$PAGES_BRANCH || git checkout $PAGES_BRANCH || echo "Pages branch not deployed yet."
- git checkout $CI_COMMIT_SHA
script:
- >
......
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