Skip to content

Commit

Permalink
chore(ci): remove greenkeeper (monicahq#3579)
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin authored Feb 12, 2020
1 parent 388309b commit 76c6b8d
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .azure/job-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,6 @@ jobs:
- template: step-prepare-environment.yml
- template: step-composer-install.yml

- script: yarn global add greenkeeper-lockfile@2
displayName: Install greenkeeper

- bash: |
source scripts/ci/fixsecrets.sh
$(yarn global bin)/greenkeeper-lockfile-update
displayName: 'Update yarn lockfile'
env:
TRAVIS: true
TRAVIS_REPO_SLUG: $(Build.Repository.Name)
TRAVIS_BRANCH: $(System.PullRequest.SourceBranch)
TRAVIS_PULL_REQUEST: false
TRAVIS_JOB_NUMBER: .1
GK_LOCK_YARN_OPTS: --ignore-engines
GH_TOKEN: $(GH_TOKEN)
GK_LOCK_DEBUG: true
- task: Cache@2
inputs:
key: yarn-v1 | yarn.lock
Expand All @@ -33,21 +16,6 @@ jobs:
- script: yarn inst
displayName: 'yarn install'

- bash: |
source scripts/ci/fixsecrets.sh
$(yarn global bin)/greenkeeper-lockfile-upload
cat gk-lockfile-git-push.err || true
rm -f gk-lockfile-git-push.err || true
displayName: 'Upload yarn lockfile'
env:
TRAVIS: true
TRAVIS_REPO_SLUG: $(Build.Repository.Name)
TRAVIS_BRANCH: $(System.PullRequest.SourceBranch)
TRAVIS_PULL_REQUEST: false
TRAVIS_JOB_NUMBER: .1
GH_TOKEN: $(GH_TOKEN)
GK_LOCK_DEBUG: true
# Update js and css assets eventually
- script: yarn lint
displayName: 'Check js and vue lint'
Expand Down

0 comments on commit 76c6b8d

Please sign in to comment.