Commit acea87db authored by John Red Medrano's avatar John Red Medrano

testing

parent e2c50149
Pipeline #703 failed with stage
in 14 seconds
...@@ -12,6 +12,12 @@ stages: ...@@ -12,6 +12,12 @@ stages:
initial_repo: initial_repo:
stage: initial_repo stage: initial_repo
before_script:
- docker info
- apk update
- apk upgrade
- apk add python python-dev py-pip build-base
- pip install docker-compose
script: script:
- echo "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" - echo "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME"
- echo "test" - echo "test"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment