Compare commits

..

No commits in common. "master" and "feature_cicd_fix" have entirely different histories.

2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,9 @@
#!/bin/sh #!/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() { contains() {
string="$1" string="$1"
substring="$2" substring="$2"

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
# docker push docker.pbiernat.dev/nginx-php:$CI_COMMIT_BRANCH
contains() { contains() {
string="$1" string="$1"
substring="$2" substring="$2"