Skip to content

Commit

Permalink
Merge pull request #597 from anoma/fraccaman/fix-ci-cron
Browse files Browse the repository at this point in the history
CI cron fix
  • Loading branch information
tzemanovic authored Oct 28, 2021
2 parents 31cb1f4 + a977a2b commit d9d604c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ steps:
name: check-scripts-integrity
pull: never
- commands: ['curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py
| python3 -', cd scripts/ci && poetry install]
| python3 -', source $HOME/.poetry/env, cd scripts/ci && poetry install]
depends_on: [check-scripts-integrity]
image: 965844283396.dkr.ecr.eu-west-1.amazonaws.com/anoma:latest
name: requirements
Expand All @@ -327,7 +327,7 @@ steps:
image: 965844283396.dkr.ecr.eu-west-1.amazonaws.com/anoma:latest
name: audit
pull: never
- commands: [cd scripts/ci && poetry install && poetry run python3 udeps.py]
- commands: [cd scripts/ci && poetry run python3 udeps.py]
depends_on: [requirements]
environment:
GITHUB_TOKEN: {from_secret: github_token}
Expand Down Expand Up @@ -694,6 +694,6 @@ type: docker
workspace: {path: /usr/local/rust/project}
---
kind: signature
hmac: 40e7c8da9857cd85a3161ccd9449f28f8cc9263a3d3b157aa99ad43755df4209
hmac: 95ec9755658edd78f68be4da178111436ae62ccdaba4bcfe9ec1d19f3d115c70

...

0 comments on commit d9d604c

Please sign in to comment.