Skip to content

Commit

Permalink
Merge pull request #68 from mia-ajuda/hotfix-firebaseDev-ci
Browse files Browse the repository at this point in the history
Adding firebase dev to the ci
  • Loading branch information
WelisonR authored Jul 24, 2020
2 parents 117a258 + 7bc8939 commit b999d77
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 b999d77

Please sign in to comment.