diff --git a/bamboo-specs/example.yaml b/bamboo-specs/example.yaml index cfadf50..5c89d4e 100644 --- a/bamboo-specs/example.yaml +++ b/bamboo-specs/example.yaml @@ -5,7 +5,6 @@ plan: key: GHACTIONSRUNEXAMPLE name: github-actions-runner - example variables: - # TODO set tag dockerNode: ghcr.io/adguardteam/githubactionsrunner:latest-no-entrypoint stages: @@ -41,7 +40,6 @@ Test: 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} github-actions-runner run-action --repo AdguardTeam/GithubActionsRunner --branch "$branch" --rev "$revision" --workflow example.yml --artifacts-path . final-tasks: - script: