-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from yuyiguo/test20210902
add run file & update Dockerfile for xrootd server, correct build.yml.
- Loading branch information
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
- name: Build image | ||
run: | | ||
docker build . --tag docker.pkg.github.com/dmwm/rucio-tracers | ||
docker tag docker.pkg.github.com/dmwm/rucio-tracers/rucio-tracers registry.cern.ch/cmsweb/rucio-tracers | ||
docker tag docker.pkg.github.com/dmwm/rucio-tracers registry.cern.ch/cmsweb/rucio-tracers | ||
- name: Login to registry.cern.ch | ||
uses: docker/[email protected] | ||
|
@@ -95,7 +95,7 @@ jobs: | |
username: ${{ github.actor }} | ||
password: ${{ secrets.GITHUB_TOKEN }} | ||
registry: docker.pkg.github.com | ||
repository: dmwm/rucio-tracers/rucio-tracers | ||
repository: dmwm/rucio-tracers | ||
tag_with_ref: true | ||
|
||
- name: Login to DockerHub | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/sh | ||
cd /data | ||
echo $PWD | ||
ls | ||
ls /etc/secrets | ||
ls -l /data/RucioTracer | ||
/data/RucioTracer -help | ||
/data/RucioTracer -config /etc/secrets/stompserverconfig4xrtd.json -sitemap /data/etc/ruciositemap.json -domainmap /data/etc/domainsitemap.txt | ||
|