From 337ba7c8f0800b9466c50d1d7e77dacd3da75500 Mon Sep 17 00:00:00 2001 From: Christophe Jossart Date: Wed, 18 Oct 2023 17:54:27 +0200 Subject: [PATCH] chore: set source env vars as the first post-rollout task --- .lagoon.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.lagoon.yml b/.lagoon.yml index ca47abfde..6fdec5690 100644 --- a/.lagoon.yml +++ b/.lagoon.yml @@ -4,6 +4,11 @@ project: 'silverback-template' tasks: post-rollout: + # https://github.com/uselagoon/lagoon/issues/574 + - run: + name: Source to make env vars available + command: source /home/.bashrc + service: cli - run: name: Install Drupal if necessary command: | @@ -20,11 +25,6 @@ tasks: name: import translations from the ui command: drush scr scripts/translations-import.php service: cli - # https://github.com/uselagoon/lagoon/issues/574 - - run: - name: Source to make env vars available - command: source /home/.bashrc - service: cli - run: name: Create Keys for Simple OAuth if necessary command: |