Skip to content

Commit

Permalink
#333 Changed path
Browse files Browse the repository at this point in the history
  • Loading branch information
FranSlot committed Nov 28, 2023
1 parent 5aea878 commit a4e1c83
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/RAP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ name: RAP pipeline
on:
push:
branches:
- "main"
- main
- "feature/**"
paths:
- "./RAP4/"
- "RAP4/**"

jobs:
Staging:
if: github.ref_name == 'main'
# if: github.ref_name == 'main'
uses: ./.github/workflows/Deploy_workflow.yml
with:
environmentName: staging
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/RAPUsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: RAP User pipeline
on:
push:
branches:
- "main"
- main
paths:
- "./RAP4USER/"
- "RAP4USER/**"

jobs:
Staging:
Expand Down
1 change: 0 additions & 1 deletion RAP4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ COPY customizations /var/www/
RUN chown -R www-data:www-data /var/www/data /var/www/generics
RUN composer install --prefer-dist --no-dev --profile --optimize-autoloader
RUN npm update
#RUN npm audit fix
RUN npm install
RUN gulp build-ampersand
RUN gulp build-project

0 comments on commit a4e1c83

Please sign in to comment.