Skip to content

Commit

Permalink
Ignore dev packages in release
Browse files Browse the repository at this point in the history
Clean up tests.sh script
  • Loading branch information
redblom committed May 24, 2024
1 parent 4156187 commit 382786e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt update \
USER www-data
RUN git clone -b ${branch} https://github.com/sara-nl/oc-invitation.git
RUN cd /tmp/oc-invitation \
&& composer install \
&& composer install --no-dev \
&& make -e version=${version} buildapp

FROM scratch AS export-stage
Expand Down
6 changes: 1 addition & 5 deletions tests/docker/integration-tests/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

# start the actual tests
echo Start Invitation app integration tests
echo sleeping 60s ... giving owncloud time to startup && sleep 60 &&

# if this succeeds we know we have connectivity
# curl -vv https://oc-1.nl/apps/invitation/registry/invitation-service-provider
echo
echo waiting for 60s ... giving owncloud time to startup && sleep 60 &&
echo
echo "Starting integration unit tests"
cd /tmp/tests/src
Expand Down

0 comments on commit 382786e

Please sign in to comment.