mirror of
https://github.com/passbolt/go-passbolt.git
synced 2025-05-09 09:48:20 +00:00
actually fix cicd for real
This commit is contained in:
parent
90b10d5570
commit
d18f38c066
1 changed files with 2 additions and 2 deletions
4
.github/workflows/.go.yml
vendored
4
.github/workflows/.go.yml
vendored
|
@ -22,8 +22,8 @@ jobs:
|
|||
docker ps -a
|
||||
- name: "Test"
|
||||
run: |
|
||||
docker exec passbolt_docker_passbolt_1 sh -c '/usr/bin/wait-for.sh -t 30 localhost:443'
|
||||
output=$(docker exec passbolt_docker_passbolt_1 sh -c 'su -m -c "/usr/share/php/passbolt/bin/cake \
|
||||
docker exec docker-compose_passbolt_1 sh -c '/usr/bin/wait-for.sh -t 30 localhost:443'
|
||||
output=$(docker exec docker-compose_passbolt_1 sh -c 'su -m -c "/usr/share/php/passbolt/bin/cake \
|
||||
passbolt register_user \
|
||||
-u your@email.com \
|
||||
-f yourname \
|
||||
|
|
Loading…
Add table
Reference in a new issue