Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9cfd6d9c84 | ||
|
|
acf8f97b6b | ||
|
|
700f43c2cb | ||
|
|
e676a6c5b5 | ||
|
|
41c63d68f5 | ||
|
|
f706079df3 | ||
|
|
bc626f868f |
@@ -116,7 +116,12 @@ try:
|
||||
'group': group,
|
||||
'steps': [
|
||||
{
|
||||
'command': f'nix build --no-link -L ".#hydraJobs.{job.name}"',
|
||||
'command': textwrap.dedent(f'''
|
||||
set -ueo pipefail
|
||||
resultPath=$(nix build --print-out-paths --no-link -L ".#hydraJobs.{job.name}^*")
|
||||
echo "Built paths: $$resultPath"
|
||||
attic push afnix-ci $$resultPath || true
|
||||
'''),
|
||||
'label': ".".join(job.path),
|
||||
'key': job.drv_hash(),
|
||||
'depends_on': [ d.drv_hash() for d in deps[job] ],
|
||||
|
||||
Reference in New Issue
Block a user