Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line stages: - curl - test - deploy include: - 'bytebase-curl.yml' - 'bytebase-review.yml' - 'bytebase-rollout.yml' bytebase-curl.yml 0 → 100644 +10 −0 Original line number Diff line number Diff line deploy_on_merge: stage: curl image: python:3.9 before_script: - python -m pip install --upgrade pip - python -m pip install requests script: - python sql-curl.py rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event" sql-curl.py 0 → 100644 +1 −0 Original line number Diff line number Diff line print(123) No newline at end of file Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line stages: - curl - test - deploy include: - 'bytebase-curl.yml' - 'bytebase-review.yml' - 'bytebase-rollout.yml'
bytebase-curl.yml 0 → 100644 +10 −0 Original line number Diff line number Diff line deploy_on_merge: stage: curl image: python:3.9 before_script: - python -m pip install --upgrade pip - python -m pip install requests script: - python sql-curl.py rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event"
sql-curl.py 0 → 100644 +1 −0 Original line number Diff line number Diff line print(123) No newline at end of file