Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRA Luigi Template #2900

Merged
merged 22 commits into from
Sep 28, 2022
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- rm -rf ~/.npm/_cacache
- rm -rf $TRAVIS_BUILD_DIR/core/examples

# ----- NPM PUBLISH -----
# ----- Docu & Tests -----
- stage: 'Documentation & Tests'
name: 'Compatibility tests'
# run only when merging from release-v branch to master
Expand Down Expand Up @@ -170,6 +170,16 @@ jobs:
before_cache:
- rm -rf ~/.npm/_logs
- rm -rf ~/.npm/_cacache

name: 'Publish CRA template to NPM'
# run only when a release in github was created
ndricimrr marked this conversation as resolved.
Show resolved Hide resolved
if: repo = SAP/luigi AND (type = api AND commit_message = publish-cra-luigi)
script:
- bash ./scripts/npmPublish.sh cra-release
before_cache:
- rm -rf ~/.npm/_logs
- rm -rf ~/.npm/_cacache


# ----- SETUP EXAMPLES TESTS -----
- stage: 'Test Setup Scripts'
Expand Down
Loading