ci-scripts | Scripts useful for testing a Composer Drupal project | Continous Integration library
kandi X-RAY | ci-scripts Summary
kandi X-RAY | ci-scripts Summary
This project contains scripts useful for testing a Composer Drupal project with Behat on a Continuous Integration server, or locally. All of this can be accomplished with only a few light files committed to your repository. See the example Drupal 7 Circle CI Composer project for a specific template to use in getting started with these scripts.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ci-scripts
ci-scripts Key Features
ci-scripts Examples and Code Snippets
Community Discussions
Trending Discussions on ci-scripts
QUESTION
Since I cannot push my jks file
and keystore.properties
file to my public Github repository, I followed Signing Android APK’s with CircleCI and Continuous Integration and Deployment with Android, the right way posts. But none of them show how to access an environment variable created in Contexts. I need these context environment variables to download jks file and export secret credentials such as key alias
to keystore.properties
file which is executed in my .circleci/ci-scripts/circleci_env_setup.sh
bash script. Even I followed the documentation I get the following error:
Keystore file is missing, performing download for "" at ""
curl: option -o: requires parameter
And this proves that I cannot access STORE_FILE
and KEY_STORE_URI
environments correctly. You can see my all circle ci work from this repository. Any help would be appreciated. Thanks in advance.
ANSWER
Answered 2018-Aug-13 at 02:02In a workflows
key in your CircleCI Config, you need to apply to context the job: https://circleci.com/docs/2.0/contexts/
If you don't need workflows (you're using a single job), you don't need to use contexts at all. Just use private environment variables from your project's settings page.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ci-scripts
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page