Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Commit

Permalink
Pull request AdguardTeam#3: remove redundant params and task
Browse files Browse the repository at this point in the history
Merge in ADGUARD-FILTERS/hostlist-compiler from refactor-specs to master

* commit '66c6343a746481fccd6f217d7add1bc8ee31e0ec':
  remove redundant params and task
  • Loading branch information
Ilya Tikhonov committed Mar 31, 2021
2 parents d1f0e47 + 66c6343 commit de69612
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions bamboo-specs/bamboo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plan:
key: HBRTSPECS
name: hostlist-compiler - test
variables:
dockerNode: adguard/jsl-builder:15.8.0--1.22.5--1
dockerJslBuilder: adguard/jsl-builder:15.8.0--1.22.5--1

stages:
- Test:
Expand All @@ -17,11 +17,9 @@ stages:
Test:
key: TEST
docker:
image: "${bamboo.dockerNode}"
image: "${bamboo.dockerJslBuilder}"
volumes:
${bamboo.tmp.directory}/yarn: "${bamboo.yarnCache}"
docker-run-arguments:
- --net=host
${system.YARN_DIR}: "${bamboo.cacheYarn}"
tasks:
- checkout:
force-clean-build: 'true'
Expand All @@ -36,11 +34,6 @@ Test:
yarn test
final-tasks:
- script:
interpreter: SHELL
scripts:
- |-
chown -R "${bamboo.hostUid}":"${bamboo.hostGid}" "${bamboo.yarnCache}"
- clean
requirements:
- adg-docker: 'true'
Expand Down

0 comments on commit de69612

Please sign in to comment.