Skip to content

Commit

Permalink
Merge branch 'master' into feature/AG-26168
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Oct 11, 2023
2 parents afec322 + cc5c42f commit dcebbbb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bamboo-specs/increment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Increment:
other:
clean-working-dir: true
docker:
image: ${bamboo.dockerContainer}
image: ${bamboo.dockerNode}
volumes:
${system.YARN_DIR}: "${bamboo.yarnCache}"
tasks:
Expand Down
2 changes: 1 addition & 1 deletion bamboo-specs/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Test:
other:
clean-working-dir: true
docker:
image: "${bamboo.dockerContainer}"
image: "${bamboo.dockerNode}"
volumes:
${system.YARN_DIR}: "${bamboo.yarnCache}"
tasks:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adguard-filters-compiler",
"version": "1.1.96",
"version": "1.1.97",
"description": "AdGuard filters compiler",
"homepage": "http://adguard.com",
"main": "index.js",
Expand Down

0 comments on commit dcebbbb

Please sign in to comment.