Skip to content

Commit b341a23

Browse files
Update config file to reflect runcirrus src
1 parent a1b21b9 commit b341a23

File tree

5 files changed

+6
-590
lines changed

5 files changed

+6
-590
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Deployment side-effects
2-
tmp/
32
result
43
result-*
54

config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ builds:
1919

2020
- name: runcirrus
2121
version: 1.0.0
22+
src:
23+
type: git
24+
url: https://github.com/equinor/runcirrus.git
25+
ref: 757559903905fd7bc0725c69382ca24efd53ade4
26+
2227

2328
envs:
2429
- name: pflotran

src/deploy/scripts/build_runcirrus.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@ set -ex
44
: "${out:?}"
55

66
python3.11 -m venv $out
7-
8-
install -m 755 -D $(dirname $0)/runcirrus.py $out/bin/runcirrus
9-
10-
sed -i "s:/usr/bin/python3.11:${out}/bin/python:g" $out/bin/runcirrus
7+
$out/bin/pip install $src

0 commit comments

Comments
 (0)