Advertisement
edsherwin

gitlab merge

Jun 19th, 2019
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. stages:
  2. - build
  3. build:
  4. script:
  5. - "echo \"Building...\""
  6. - git fetch
  7. - git checkout $CI_BUILD_REF_NAME
  8. - git fetch
  9. - git status
  10. - git pull
  11. - git checkout sprint-1
  12. - git fetch
  13. - git status
  14. - git pull
  15. - git merge $CI_BUILD_REF_NAME
  16. - git push http://kyle.salazar:bq2k-sCpmJrLkY_B2izM@git.i.gov.ph/edsherwin/robotframework-test-automation.git HEAD:sprint-1
  17. stage: build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement