From fe305ec2ab130aa7db8b466addff3c173dc996e5 Mon Sep 17 00:00:00 2001 From: Alessio Date: Sat, 15 Oct 2022 16:38:07 -0400 Subject: [PATCH] Fix typo --- .woodpecker.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 15dd240..a238b1f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,11 +14,11 @@ pipeline: - mkdir persistence/test_profiles - go test -bench=. -cover ./... - integration_test: - image: offline-twitter/go - commands: - - cd cmd - - ./tests.sh + # integration_test: + # image: offline-twitter/go + # commands: + # - cd cmd + # - ./tests.sh version_bump_test: image: offline-twitter/go @@ -35,7 +35,7 @@ pipeline: - cd outdated_profile - twitter fetch_user michaelmalice - twitter get_user_tweets michaelmalice - - (cd ../cmd && ./compile $version) + - (cd ../cmd && ./compile.sh $version) - which ../cmd/tw - ../cmd/tw fetch_user michaelmalice