Skip to content

Commit

Permalink
remove fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
maximtop committed Apr 26, 2024
1 parent 32d08bc commit 7b95a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions bamboo-specs/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion bamboo-specs/example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7b95a7f

Please sign in to comment.