Skip to content

Commit

Permalink
chore : fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EnzoViry1 committed Jan 6, 2025
1 parent 9bad3c2 commit b77d498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: type = pull_request OR type = push AND branch =~ /^master|[0-9]+-dev$/ OR type = cron
language: node_js
node_js: 12
script: docker-compose -f .ci/doc/docker-compose.yml run doc-tests index
script: docker compose -f .ci/doc/docker-compose.yml run doc-tests index


- stage: Tests
Expand Down
2 changes: 1 addition & 1 deletion docker_launch.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
sysctl -w vm.max_map_count=262144
docker-compose up -d
docker compose up -d
until curl "http://localhost:7512/?pretty"; do sleep 10; done
./adminauth.sh
dart pub get

0 comments on commit b77d498

Please sign in to comment.