Skip to content

Commit

Permalink
undo last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oviag committed Sep 15, 2023
1 parent d2d506f commit 3906e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Setup drupal and save database dump
run: |
drush si -y && drush cr && drush cim -y
drush si -y && drush cr && drush si --existing-config -y && drush cim -y
drush sql-dump --result-file=${GITHUB_WORKSPACE}/latest.sql
- name: Upload latest database dump
Expand Down

0 comments on commit 3906e5d

Please sign in to comment.