Removed travis-specific env vars from github action

This commit is contained in:
Alejandro Celaya 2020-12-12 21:39:51 +01:00
parent 20f2fd1080
commit 058860737e

View file

@ -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