gitlab-org--gitlab-foss/scripts
Rémy Coutable f7f42cf345
Ensure we create the secrets at the right time
In `deploy`, if the previous deployment failed, we delete/cleanup all
the objects related to the release, including secrets. The problem is
that if we create the root password before that, it will be then
recreated during the deploy with a random value!

By creatigng the secret just before actually deplying a new release, we
ensure that it won't be overriden.

Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-11-09 12:30:51 +01:00
..
frontend Fix/update prettier script 2018-10-22 17:47:03 +00:00
review_apps Ensure we create the secrets at the right time 2018-11-09 12:30:51 +01:00
build_assets_image Use CI_COMMIT_REF_SLUG when building assets image 2018-11-01 14:26:51 -05:00
create_mysql_user.sh Grant privileges after database is created 2018-05-16 21:52:08 +08:00
create_postgres_user.sh Grant privileges after database is created 2018-05-16 21:52:08 +08:00
detect-new-flaky-examples Retrieve and sync flaky specs report from and to S3 2017-08-11 14:55:10 +02:00
gitaly-test-build Fix gitaly-ruby bundle poisoning in CI 2018-05-14 08:10:29 +00:00
gitaly-test-spawn Fix gitaly-ruby bundle poisoning in CI 2018-05-14 08:10:29 +00:00
gitaly_test.rb Fix gitaly-ruby bundle poisoning in CI 2018-05-14 08:10:29 +00:00
lint-changelog-yaml Return exception messages in scripts/lint-changelog-yaml 2017-12-23 12:53:13 +11:00
lint-conflicts.sh Make sure we didn't commit conflicts 2017-08-01 12:06:56 +00:00
lint-doc.sh Update scripts/lint-doc.sh 2018-08-29 17:35:41 +02:00
lint-rugged Remove Gitlab::Git::Repository#rugged and Gollum code 2018-10-02 16:34:28 -03:00
merge-reports Retrieve and sync flaky specs report from and to S3 2017-08-11 14:55:10 +02:00
merge-simplecov Introduce SimpleCovEnv singleton helper and use it 2016-07-21 12:46:49 +02:00
no-ee-check Update no-ee-check with rubocop recommendation. 2018-05-22 18:35:51 +03:00
prepare_build.sh Improve the single-script jobs CI config 2018-05-21 11:30:44 +02:00
prune-old-flaky-specs Follow Rubocop for scripts/prune-old-flaky-specs 2018-06-01 14:30:10 +08:00
rails5-gemfile-lock-check Add CI job to check Gemfile.rails5.lock 2018-06-12 11:23:58 +00:00
schema_changed.sh Backport schema_changed.sh from EE which prints the diff if the schema is different 2018-08-30 08:29:08 +02:00
security-harness Set security harness hook to executable after creation 2018-02-28 09:47:34 -06:00
static-analysis Add prettier to static-analysis job 2018-10-31 14:34:42 -05:00
sync-reports Save Knapsack reports in S3 instead of in shared cache 2017-03-24 18:18:37 +01:00
trigger-build Allow to override the gitlab-qa ref for the downstream trigger 2018-11-06 16:17:01 +01:00
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 Grant privileges after database is created 2018-05-16 21:52:08 +08:00