This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
simple-email
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ci: fix checkout to develop
main
Distopico Vegan
6 years ago
parent
a2a1f663e6
commit
b14341a820
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.gitlab-ci.yml
+ 2
- 0
.gitlab-ci.yml
View File
@ -102,6 +102,8 @@ release:
script:
-
semantic-release
-
git fetch
-
git remote -v
-
git checkout develop
-
git branch -avv
-
git rebase origin/master
-
git push https://${GIT_CREDENTIALS}@${GITLAB_URL}/${CI_PROJECT_PATH}.git develop
Write
Preview
Loading…
Cancel
Save