Commit 3243f2d7 authored by Danny Xu's avatar Danny Xu
Browse files

Update 3 files

- /sql-curl.py
- /.gitlab-ci.yml
- /bytebase-curl.yml
parent 12b89960
Loading
Loading
Loading
Loading
Loading
+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