mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-10 18:27:25 +03:00
Removed travis-specific env vars from github action
This commit is contained in:
parent
20f2fd1080
commit
058860737e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -44,8 +44,7 @@ jobs:
|
|||
with:
|
||||
node-version: 14.15
|
||||
- run: npm ci
|
||||
- run: echo "Building commit range ${TRAVIS_COMMIT_RANGE}"
|
||||
- run: MUTATION_FILES=$(git diff ${TRAVIS_COMMIT_RANGE:-origin/main} --name-only | grep -E 'src\/(.*).(ts|tsx)$' | paste -sd ",") npm run mutate:ci
|
||||
- run: MUTATION_FILES=$(git diff origin/main --name-only | grep -E 'src\/(.*).(ts|tsx)$' | paste -sd ",") npm run mutate:ci
|
||||
|
||||
build-docker-image:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue