Skip to content

Commit

Permalink
Merge pull request #69 from mia-ajuda/develop
Browse files Browse the repository at this point in the history
[HOTFIX] Correção no módulo de autenticação do firebase
  • Loading branch information
GabrielDVpereira authored Jul 24, 2020
2 parents 6fdb054 + b999d77 commit 0813ba2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ build:
variables:
IMAGE_NAME: "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
before_script:
- cat $FIREBASE_CONFIG_DEV > ./src/config/fibaseConfig-dev.js
- cat $FIREBASE_CONFIG > ./src/config/fibaseConfig.js
script:
- echo "Building image"
Expand Down Expand Up @@ -48,5 +49,3 @@ build stable:
only:
- master
- configuracao-ci


0 comments on commit 0813ba2

Please sign in to comment.