Commit 50b31564 authored by Hordur Freyr Yngvason's avatar Hordur Freyr Yngvason
Browse files

Merge branch 'jarv/remove-dryrun' into 'master'

Adds except to prevent dry-runs on master

See merge request gitlab-org/cluster-integration/auto-deploy-image!27
parents f122bae7 66f5f16b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -283,10 +283,10 @@ publish:
    refs:
      - master

public-dryrun:
publish-dryrun:
  extends: .semantic-release
  variables:
    DRY_RUN_OPT: '-d'
  only:
  except:
    refs:
      - branches
      - master