From 7b95a7f2ea9b0618049c024ab8a8a7de348d25e7 Mon Sep 17 00:00:00 2001 From: Maxim Topciu Date: Fri, 26 Apr 2024 13:21:48 +0300 Subject: [PATCH] remove fixme --- bamboo-specs/build.yaml | 2 -- bamboo-specs/example.yaml | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bamboo-specs/build.yaml b/bamboo-specs/build.yaml index cde548b..2a29b9c 100644 --- a/bamboo-specs/build.yaml +++ b/bamboo-specs/build.yaml @@ -40,14 +40,12 @@ Build: # Set cache directory pnpm config set store-dir ${bamboo.cachePnpm} - # FIXME Remove after github-actions-runner will be in the docker image pnpm install pnpm build branch="${bamboo_planRepository_branchName}" revision="${bamboo_planRepository_revision}" - # FIXME use github-actions-runner binary after it will be exposed in the docker GITHUB_TOKEN=${bamboo.githubActionsRunnerPassword} node dist/bin/index.js run-action --repo AdguardTeam/GithubActionsRunner --branch "$branch" --rev "$revision" --workflow build.yml --artifacts-path . - inject-variables: file: build.txt diff --git a/bamboo-specs/example.yaml b/bamboo-specs/example.yaml index 5c921fa..6d3c4a2 100644 --- a/bamboo-specs/example.yaml +++ b/bamboo-specs/example.yaml @@ -5,7 +5,8 @@ plan: key: GHACTIONSRUNEXAMPLE name: github-actions-runner - example variables: - dockerNode: ghcr.io/adguardteam/githubactionsrunner:v1.0.1 + # TODO set tag + dockerNode: ghcr.io/adguardteam/githubactionsrunner:master stages: - Build: