fix: clone via https
This commit is contained in:
parent
7c1e949d7e
commit
be8efd8120
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ tasks:
|
|||
- test -f {{.CONFIG_ROOT}}/common.env
|
||||
cmds:
|
||||
- rm -rf {{.SERVICES_ROOT}}/{{.CLI_ARGS}}
|
||||
- git clone "git@forge-ssh.karnov.club:spadinastan/{{.CLI_ARGS}}.git" "{{.SERVICES_ROOT}}/{{.CLI_ARGS}}"
|
||||
- git clone "https://forge.karnov.club/spadinastan/{{.CLI_ARGS}}.git" "{{.SERVICES_ROOT}}/{{.CLI_ARGS}}"
|
||||
- cd {{ .SERVICES_ROOT }}/{{ .CLI_ARGS }} && . ./build.sh
|
||||
env:
|
||||
IMAGE_VERSION: "{{.IMAGE_VERSION}}"
|
||||
|
@ -28,7 +28,7 @@ tasks:
|
|||
- test -f {{.CONFIG_ROOT}}/{{.CLI_ARGS}}.env
|
||||
cmds:
|
||||
- rm -rf {{.SERVICES_ROOT}}/{{.CLI_ARGS}}
|
||||
- git clone "git@forge-ssh.karnov.club:spadinastan/{{.CLI_ARGS}}.git" "{{.SERVICES_ROOT}}/{{.CLI_ARGS}}"
|
||||
- git clone "https://forge.karnov.club/spadinastan/{{.CLI_ARGS}}.git" "{{.SERVICES_ROOT}}/{{.CLI_ARGS}}"
|
||||
- cd {{ .SERVICES_ROOT }}/{{ .CLI_ARGS }} && . ./start.sh
|
||||
dotenv: ['common.env']
|
||||
env:
|
||||
|
@ -42,6 +42,6 @@ tasks:
|
|||
- test -f {{.CONFIG_ROOT}}/common.env
|
||||
cmds:
|
||||
- rm -rf {{.SERVICES_ROOT}}/{{.CLI_ARGS}}
|
||||
- git clone "git@forge-ssh.karnov.club:spadinastan/{{.CLI_ARGS}}.git" "{{.SERVICES_ROOT}}/{{.CLI_ARGS}}"
|
||||
- git clone "https://forge.karnov.club/spadinastan/{{.CLI_ARGS}}.git" "{{.SERVICES_ROOT}}/{{.CLI_ARGS}}"
|
||||
- cd {{ .SERVICES_ROOT }}/{{ .CLI_ARGS }} && . ./stop.sh
|
||||
dotenv: ['common.env']
|
||||
|
|
Loading…
Reference in a new issue