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

syntax fix

parent 5c5a5654
No related branches found
No related tags found
No related merge requests found
Pipeline #4228 failed
...@@ -11,7 +11,7 @@ pages: ...@@ -11,7 +11,7 @@ pages:
- apt-get update && apt-get install -y git - apt-get update && apt-get install -y git
- git config user.name $GITLAB_USER_NAME - git config user.name $GITLAB_USER_NAME
- git config user.email $GITLAB_USER_EMAIL - 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 - git checkout $CI_COMMIT_SHA
script: script:
- > - >
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment