Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- stages:
- - build
- build:
- script:
- - "echo \"Building...\""
- - git fetch
- - git checkout $CI_BUILD_REF_NAME
- - git fetch
- - git status
- - git pull
- - git checkout sprint-1
- - git fetch
- - git status
- - git pull
- - git merge $CI_BUILD_REF_NAME
- - git push http://kyle.salazar:bq2k-sCpmJrLkY_B2izM@git.i.gov.ph/edsherwin/robotframework-test-automation.git HEAD:sprint-1
- stage: build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement