Skip to content

Commit

Permalink
Don't fail if maven settings is not present (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Draier authored Jul 5, 2023
1 parent 365a7e3 commit 75a3cbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ COPY --chown=jahians:jahians . /home/jahians

RUN CI=true /home/jahians/node_modules/.bin/cypress install

COPY --chown=jahians:jahians maven.settings.xml /home/jahians/.m2/settings.xml
RUN mkdir -p .m2; cp maven.settings.xml .m2/settings.xml; exit 0

CMD /bin/bash -c /home/jahians/env.run.sh
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jahia/cypress",
"version": "3.14.2",
"version": "3.14.3",
"scripts": {
"build": "tsc",
"lint": "eslint src -c .eslintrc.json --ext .ts"
Expand Down

0 comments on commit 75a3cbf

Please sign in to comment.