Sign inSign up

simkim/salesforcedx-gitlab-ci

By simkim

•Updated about 6 years ago

Salesforcedx docker image for CI

Image
2

2.8K

simkim/salesforcedx-gitlab-ci repository overview

⁠How to use

⁠Manually with a local project

docker run --rm -ti -e CI_SFDX_USERNAME=XXX@XXX -e CI_SFDX_CONSUMER_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX -v YOUR_PROJECT_FOLDER:/app -v YOUR_KEY:/app/assets/server.key  salesforcedx-gitlab-ci sfdx-test.sh

⁠With Gitlab CI

  • copy and rename gitlab-ci.yml⁠ in YOU_PROJECT_FOLDER/.gitlab-ci.yml
  • Create a pipeline variable secret_key with your pem key (server.key) encoded in base64

Tag summary

Content type

Image

Digest

Size

72.6 MB

Last updated

about 6 years ago

docker pull simkim/salesforcedx-gitlab-ci