Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24b375099d | ||
|
|
d761f9942f |
@@ -116,12 +116,7 @@ try:
|
||||
'group': group,
|
||||
'steps': [
|
||||
{
|
||||
'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
|
||||
'''),
|
||||
'command': f'nix build --no-link -L ".#hydraJobs.{job.name}"',
|
||||
'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