Skip to content

Add a local run with minimal config#94

Open
jacomago wants to merge 1 commit intoepics-base:masterfrom
jacomago:local-test
Open

Add a local run with minimal config#94
jacomago wants to merge 1 commit intoepics-base:masterfrom
jacomago:local-test

Conversation

@jacomago
Copy link

No description provided.

@ralphlange
Copy link
Contributor

Interesting!

@jacomago
Copy link
Author

@mdavidsaver What do you think? I was using this to replicate ci locally so I knew exactly what it was doing.

@mdavidsaver
Copy link
Member

Maybe better to restructure the following conditional so that "local" is the else: case?

if GITLAB_CI:
    ...
elif TRAVIS:
    ...
else: # implies local
    ...

Allows a default environment setup
For example when running the scripts locally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants