Selaa lähdekoodia

Changed gitlab-ci.yml

Jean Sumara 5 vuotta sitten
vanhempi
commit
f92f165fe6
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1 1
      .drone.yml
  2. 2 2
      .gitlab-ci.yml

+ 1 - 1
.drone.yml

@@ -9,7 +9,7 @@ services:
 pipeline:
 
   build:
-    image: bitnami/php-fpm:latest
+    image: docker.infra.flowdat.com/fd3/sf-php:latest
 
     environment:
       CLIENT: fd3

+ 2 - 2
.gitlab-ci.yml

@@ -1,6 +1,6 @@
 build_branch:
   cache: {}
-  image: bitnami/php-fpm:latest
+  image: docker.infra.flowdat.com/fd3/sf-php:latest
   variables:
     GIT_STRATEGY: clone
   script:
@@ -57,7 +57,7 @@ docker_version_tag:
       - $CI_COMMIT_TAG =~ /^v[0-9]+(.[0-9]+)*/
 
 build:
-  image: bitnami/php-fpm:latest
+  image: docker.infra.flowdat.com/fd3/sf-php:latest
   script:
     - ssh-keyscan -p 222 -t rsa gogs.infra.flowdat.com >> ~/.ssh/known_hosts
     - chmod 0400 keys/bitbucket.id_rsa; eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa