Skip to content

Commit

Permalink
Fix names
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jul 30, 2023
1 parent a8e1af5 commit 0a01ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build:
- export REPO_NAME=$CI_REGISTRY_IMAGE/tmt-builder
- export IMAGE_NAME=$REPO_NAME:$CI_COMMIT_REF_NAME
# Copy GitLab environment variables files with credentials
- cp ${TRANSIFEX_CFG} cfg/credentials/transifex.cfg
- cp ${TRANSIFEX_CFG} cfg/credentials/transifexrc
- cp ${ZENATA_CFG} cfg/credentials/zanata.yaml
- cp ${WEBLATE_CFG} cfg/credentials/weblate.yaml
- cp ${CROWDIN_CFG} cfg/credentials/crowdin.yaml
Expand Down
2 changes: 1 addition & 1 deletion docker/dockerfile-builder
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY docker/ $DIR_TMT_GIT/docker/
COPY integration-tests/ $DIR_TMT_GIT/integration-tests/

# Get the crendentials file for Transifex and COPY it to user directory (where the cli reads it)
COPY cfg/credentials/transifex.cfg* /root/.transifexrc
COPY cfg/credentials/transifexrc* /root/.transifexrc

# What get's executed on Run
ENTRYPOINT bash $DIR_TMT_GIT/docker/entry-point-builder.sh $DIR $DIR_TMT_GIT

0 comments on commit 0a01ce3

Please sign in to comment.