Merge pull request 'Test CI/CD by FAKE PR' (#19) from feature_test_cicd into develop
Reviewed-on: https://git.pbiernat.dev/docker/nginx-php/pulls/19
This commit is contained in:
commit
dc20068bc8
@ -1,9 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# - docker build -t docker.pbiernat.dev/nginx-php:$CI_COMMIT_BRANCH .
|
||||
# - docker images --format "{{.Repository}}:{{.Tag}}" | grep nginx-php:${CI_COMMIT_BRANCH}
|
||||
|
||||
|
||||
contains() {
|
||||
string="$1"
|
||||
substring="$2"
|
||||
|
@ -1,7 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# docker push docker.pbiernat.dev/nginx-php:$CI_COMMIT_BRANCH
|
||||
|
||||
contains() {
|
||||
string="$1"
|
||||
substring="$2"
|
||||
|
Loading…
Reference in New Issue
Block a user