Skip to content

Commit

Permalink
Remove remote run
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Mar 13, 2024
1 parent be4ec3a commit 5c87fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 330 deletions.
12 changes: 0 additions & 12 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ full_custom_readme: |
Expects to run as part of the LSIO CI process. Not for public consumption.
## Running against remote project
```bash
TEMPDIR=$(mktemp -d) && \
docker run --rm \
-e CONTAINER_NAME=<container name> \
-e GITHUB_BRANCH=<branch name> \
-v ${TEMPDIR}:/ansible/jenkins \
lscr.io/linuxserver/jenkins-builder:latest
```
## Running against local project
If you need to test functionality just navigate to the folder with the jenkins-vars.yml and run:
Expand All @@ -26,7 +15,6 @@ full_custom_readme: |
docker pull lscr.io/linuxserver/jenkins-builder:latest && \
docker run --rm \
-v $(pwd):/tmp \
-e LOCAL=true \
-e PUID=$(id -u) -e PGID=$(id -g) \
lscr.io/linuxserver/jenkins-builder:latest && \
rm -rf .jenkins-external
Expand Down
Loading

0 comments on commit 5c87fc1

Please sign in to comment.