Skip to content

Commit

Permalink
Install drall-launcher in /usr/local/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarius committed Dec 26, 2024
1 parent b597fe5 commit 50c85d0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion .docker/main/.profile
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
PATH=$(echo "$PATH" | sed -e "s/:\/opt\/drupal\/vendor\/bin//")
export PATH="/opt/drall/.docker/main/bin:$PATH"
3 changes: 0 additions & 3 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
- name: Path Setup
run: |
echo "/opt/drupal/vendor/bin" >> $GITHUB_PATH
- name: Determine Composer Cache Directory
id: composer-cache
run: |
Expand Down
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ ssh:


.PHONY: provision
provision: provision/drall provision/no-drupal provision/empty-drupal provision/drupal
provision: provision/env provision/drall provision/no-drupal provision/empty-drupal provision/drupal


.PHONY: provision/env
provision/env:
cp /opt/drall/bin/drall-launcher /usr/local/bin/drall


.PHONY: provision/drupal
Expand Down Expand Up @@ -111,5 +116,4 @@ info:
@echo "PWD: $(PWD)"
@echo "Drupal path: $(DRUPAL_PATH)"
@composer --version
which drush
which drall
File renamed without changes.

0 comments on commit 50c85d0

Please sign in to comment.