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

switched fetch order

parent a1b3587e
No related branches found
No related tags found
No related merge requests found
Pipeline #4233 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 checkout -b $PAGES_BRANCH origin/$PAGES_BRANCH || git checkout $PAGES_BRANCH || echo "Pages branch not deployed yet." - git fetch origin $PAGES_BRANCH && git checkout $PAGES_BRANCH || git checkout -b $PAGES_BRANCH origin/$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.
Finish editing this message first!
Please register or to comment