Skip to content

Commit

Permalink
chore: set source env vars as the first post-rollout task
Browse files Browse the repository at this point in the history
  • Loading branch information
colorfield committed Oct 18, 2023
1 parent 2324631 commit 337ba7c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit 337ba7c

Please sign in to comment.