Skip to content

Commit

Permalink
nightly job has been migrated to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 1, 2024
1 parent 4ac405e commit 858ca6e
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,33 +293,6 @@ jobs:
workflows:
version: 2

nightly:
when:
equal: [ "nightly", << pipeline.parameters.ruby_version >> ]
jobs:
- build:
name: "build_jammy"
nightly: true
push: true
ubuntu_version: "jammy"
only_development: true
dev_suffix: ""
- build:
name: "build_focal"
nightly: true
push: true
ubuntu_version: "focal"
only_development: true
dev_suffix: ""
- build:
name: "build_master_debug"
nightly: true
push: true
ubuntu_version: "jammy"
only_development: true
dev_suffix: ""
image_version_suffix: "-debug"

# Build amd64/arm64 multiarch docker image as "focal-3.1.2-multi"
# only triggered when pipeline is kicked over API
build_multiarch:
Expand Down

0 comments on commit 858ca6e

Please sign in to comment.