Skip to content

Commit

Permalink
Removed useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Mar 25, 2022
1 parent 7dd8a71 commit 5261e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ unit:
before_script:
- cp .env.example .env
script:
- git clone https://github.com/limingxinleo/roc-client.git test | echo "Download Test Client"
- git clone https://github.com/limingxinleo/roc-client.git test
- APP_ENV=test docker-compose up -d --remove-orphans --build
- docker exec $(basename $(pwd))_client_1 composer test
after_script:
Expand Down

0 comments on commit 5261e1e

Please sign in to comment.