gitlab-org--gitlab-foss/scripts
Rémy Coutable 955136b56d
Don't fail the job if the Review App doesn't deploy properly
It seems the deploy function causes the job to fail if it doesn't
succeed. That wasn't the intent as we want to curl the Review App after
the deploy finished (even if it failed) because sometimes the Review App
is just a bit long to be ready.

This change wraps the Review App deployment with "set +e"/"set -e" to
ensure that the job doesn't fail right away if the deploy fails.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-04-17 10:49:02 +02:00
..
frontend First iteration of GitLab own Stylelints 2019-03-26 08:13:21 +00:00
review_apps Don't fail the job if the Review App doesn't deploy properly 2019-04-17 10:49:02 +02:00
build_assets_image Use gitlab-ce as default project name in asset image building 2019-03-15 19:15:54 +05:30
clean-old-cached-assets Add cache to the 'compile-assets' and 'gitlab:assets:compile' jobs 2019-02-05 14:04:54 +01:00
create_mysql_user.sh
create_postgres_user.sh
detect-new-flaky-examples
gitaly-test-build
gitaly-test-spawn
gitaly_test.rb Run rubocop -a 2019-03-13 13:42:43 +00:00
insert-rspec-profiling-data Document ApplicationRecord / pluck_primary_key 2019-03-29 20:54:06 +00:00
lint-changelog-yaml add changelogs/README.md 2019-02-18 04:57:57 +00:00
lint-conflicts.sh
lint-doc.sh Move ChatOps docs from EE to core 2019-02-21 03:34:42 +00:00
lint-rugged Bring back Rugged implementation of find_commit 2019-03-01 08:45:51 -08:00
merge-reports
merge-simplecov Run rubocop -a 2019-03-13 13:42:43 +00:00
no-ee-check
prepare_build.sh Stop using deprecated argument to `gem` 2018-12-31 09:30:23 +00:00
prune-old-flaky-specs
schema_changed.sh
security-harness Fix security harness script 2019-02-08 15:28:44 -02:00
static-analysis Added Stylelint Setup 2019-02-14 14:40:50 +01:00
sync-reports
trigger-build Tag asset docker image with GitLab version also 2019-03-12 16:41:50 +05:30
trigger-build-docs Refactor scripts/trigger-build and post a commit note with the downstream pipeline URL for omnibus triggers 2018-09-24 18:24:13 +02:00
utils.sh