Skip to content

Commit

Permalink
Merge pull request #13 from lohanidamodar/fix-deploy-issue
Browse files Browse the repository at this point in the history
fix deploy condition issue
  • Loading branch information
eldadfux authored Jun 29, 2021
2 parents 9ad895d + 7bf28c4 commit 376925b
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 376925b

Please sign in to comment.