From add326a79d28146d3ae040156035c23523944a86 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sun, 13 Dec 2020 17:38:18 +0100 Subject: [PATCH] ci: skip postgrest-release-dockerhubdescription for nightly builds --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 918af68ba..3e1a4c714 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -153,7 +153,10 @@ jobs: export DOCKER_REPO=postgrest postgrest-docker-login postgrest-release-dockerhub $CIRCLE_TAG - postgrest-release-dockerhubdescription + if test "$CIRCLE_TAG" != "nightly" + then + postgrest-release-dockerhubdescription + fi # Build everything in default.nix, push to the Cachix binary cache and run tests nix-build-test: