Sha256: 571eff435cb9f4188539df72526d2a55b664962d2fce3e1a8198902c446049d7
Contents?: true
Size: 488 Bytes
Versions: 7
Compression:
Stored size: 488 Bytes
Contents
Feature: Configuration, Configuration, Configuration Scenario: run the main script with tokens set in the environment Given a runtime environment with config: | SEMAPHORE_AUTH_TOKEN | foo| | SEMAPHORE_PROJECT_TOKEN | bar| When I run `git-semaphore --env-config` in a git working dir Then the exit status should be 0 And the output should match /export SEMAPHORE_AUTH_TOKEN="foo"/ And the output should match /export SEMAPHORE_PROJECT_TOKEN="bar"/
Version data entries
7 entries across 7 versions & 1 rubygems