Skip to content

Commit

Permalink
fix deploy condition issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Jun 29, 2021
1 parent ad78432 commit 7bf28c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ deploy:
docker buildx build --platform linux/amd64,linux/arm64/v8,linux/ppc64le -t appwrite/mariadb:$TRAVIS_TAG ./ --push
on:
tags: true
condition: $TRAVIS_CPU_ARCH = amd64
condition: "$TRAVIS_CPU_ARCH = amd64"

0 comments on commit 7bf28c4

Please sign in to comment.