diff --git a/jobs/swh-docker-dev.yaml b/jobs/swh-docker-dev.yaml index 0b6470a..c2262ce 100644 --- a/jobs/swh-docker-dev.yaml +++ b/jobs/swh-docker-dev.yaml @@ -1,30 +1,31 @@ - job: name: swh-docker-dev description: Build the swh/stack:latest image node: master scm: - git: url: https://forge.softwareheritage.org/source/swh-environment.git branches: - "*/master" triggers: - timed: "@midnight" wrappers: - timeout: timeout: 30 abort: true - timestamps builders: - shell: | #!/bin/bash cd docker docker build --pull --no-cache -t swh/stack . tox publishers: - archive: artifacts: 'docker/**/*.logs' + allow-empty: true