Skip to content

Instantly share code, notes, and snippets.

@Zmey56
Created September 2, 2022 19:15
Show Gist options
  • Save Zmey56/6452f2fd8c4225941b1f8c3468c72a4c to your computer and use it in GitHub Desktop.
Save Zmey56/6452f2fd8c4225941b1f8c3468c72a4c to your computer and use it in GitHub Desktop.
image: cr.yandex/crp742p3qacifd2hcon2/practice-da:latest
stages:
- init
- run
feed_report_job:
stage: run
script:
- python main.py
only:
refs:
- schedules
variables:
- $SCHEDULE_TYPE == "build_feed_report"
app_report_job:
stage: run
script:
- python app_report.py
only:
refs:
- schedules
variables:
- $SCHEDULE_TYPE == "build_app_report"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment