Skip to content
Snippets Groups Projects
Commit ec062a0a authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

Change config file names in pipeline

parent 6af33156
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ variables:
cache:
paths:
- node_modules/
- ldap_connexion_config.json
- ldap_credentials.json
stages:
- build
......@@ -48,7 +48,7 @@ docker:build:
services:
- docker:dind
script:
- echo $LDAP_CONN_CONFIG > ldap_connexion_config.json
- echo $LDAP_CONN_CONFIG > ldap_credentials.json
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
- echo "Building Dockerfile..."
- docker build --pull -t ${CI_APPLICATION_REPOSITORY}:${CI_APPLICATION_TAG} -t ${CI_APPLICATION_REPOSITORY}:latest --build-arg DB_PASSWD=${DB_PASSWD} .
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment