Upcoming maintenance: Thursday 21 August @ 12:00-14:00 CEST.
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSL
documentation
Commits
c2afc2a3
Commit
c2afc2a3
authored
1 year ago
by
Dimitrios Giannopoulos
Browse files
Options
Downloads
Patches
Plain Diff
removed git pull rebase from flow
parent
7f333992
No related branches found
No related tags found
1 merge request
!7
Fix/multi version
Pipeline
#4263
passed
1 year ago
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
with
0 additions
and
1 deletion
.gitlab-ci.yml
+
0
−
1
View file @
c2afc2a3
...
@@ -13,7 +13,6 @@ pages:
...
@@ -13,7 +13,6 @@ pages:
-
git fetch origin $PAGES_BRANCH && git checkout $PAGES_BRANCH || git checkout -b $PAGES_BRANCH origin/$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
:
-
git pull --rebase origin $PAGES_BRANCH
-
|
-
|
if [ -n "$CI_COMMIT_TAG" ]; then
if [ -n "$CI_COMMIT_TAG" ]; then
mike deploy --deploy-prefix public -r $HTTPS_REMOTE -p -b $PAGES_BRANCH -u $CI_COMMIT_TAG latest
mike deploy --deploy-prefix public -r $HTTPS_REMOTE -p -b $PAGES_BRANCH -u $CI_COMMIT_TAG latest
...
...
This diff is collapsed.
Click to expand it.
Dimitrios Giannopoulos
@dimit.giannopoulos
mentioned in commit
8cc3e7cb
·
1 year ago
mentioned in commit
8cc3e7cb
mentioned in commit 8cc3e7cb360ffd516db62b8193c2c754ac169c05
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment