Skip to content

Commit

Permalink
add osc config template to root user, update readme, and clean unused…
Browse files Browse the repository at this point in the history
… dir
  • Loading branch information
stefanotorresi committed Dec 16, 2024
1 parent 06ff44a commit 446c6a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ ENV HOME=/home/$USER_NAME
WORKDIR $HOME

COPY scripts /scripts
COPY --chown:0:0 oscrc /root/.config/osc/oscr
COPY --chown=$UID:$GID oscrc $HOME/.config/osc/oscrc
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ These steps must be followed to run the delivery operation:
docker pull ghcr.io/trento-project/continuous-delivery:main
```

2. Set the environment variables. This is not mandatory but it will facilitate
things:
2. Most scripts provided assume the presence of the following environment variables:

```bash
export OBS_USER=my-user # my obs user name
Expand All @@ -41,7 +40,7 @@ export OBS_PROJECT=my-project # obs project
export PACKAGE_NAME=my-package # package name in obs project
```

Here other optional parameters:
Here other optional ones:

```bash
export FOLDER=/package # used folder inside the docker container where our code is located
Expand Down
Binary file removed img/travis_settings.png
Binary file not shown.

0 comments on commit 446c6a6

Please sign in to comment.