diff options
| author | mo khan <mo.khan@gmail.com> | 2020-08-12 13:36:13 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-08-13 10:38:52 -0600 |
| commit | ead56ee6bdd3c49f575a0607e513cd1c9a947fad (patch) | |
| tree | 6e55a2b395da34dd47c17aef0eb759cab42914aa /config | |
| parent | 6139087cee470d7d1ca9585b7001469298e848b4 (diff) | |
Ensure drupal pkgs are detected correctly
* Use same composer.json and composer.lock file from issue
* Check if vendor path exists before specifying env vars
* Install php from deb package
Diffstat (limited to 'config')
| -rw-r--r-- | config/install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/install.sh b/config/install.sh index dc32ed2..1d0189e 100644 --- a/config/install.sh +++ b/config/install.sh @@ -94,6 +94,7 @@ done < "/opt/gitlab/.tool-versions" bash "$ASDF_DATA_DIR/plugins/nodejs/bin/import-release-team-keyring" asdf install rm -fr "$ASDF_DATA_DIR/installs/rust" +rm -fr "$ASDF_DATA_DIR/installs/php" asdf reshim asdf current |
