Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 6 additions & 49 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ commands:
- run:
name: Switch dof-dss packages to HEAD on development branch
command: |
composer require dof-dss/nicsdru_unity_theme:dev-9.x-dev \
dof-dss/nicsdru_origins_modules:dev-9.x-dev \
dof-dss/nicsdru_unity_modules:dev-9.x-dev
composer require dof-dss/nicsdru_unity_theme:dev-10.x-dev \
dof-dss/nicsdru_origins_modules:dev-10.x-dev \
dof-dss/nicsdru_unity_modules:dev-10.x-dev
install_psh_cli:
description: "Install the Platform.sh CLI tool"
steps:
Expand Down Expand Up @@ -320,52 +320,9 @@ jobs:

workflows:
version: 2
build-test-deploy:
jobs:
- build
- unity_base_checks:
requires:
- build
- coding_standards:
requires:
- build
- deprecated_code:
requires:
- build
#- check_illegal_updates:
# requires:
# - build

# A nightly build of the project, using all dof-dss packages at HEAD from development branch.
nightly-edge-build:
when:
and:
- not:
equal: [ "https://github.com/dof-dss/unity_base", << pipeline.project.git_url >> ]
triggers:
- schedule:
# At 00:30 Monday to Friday
cron: "30 0 * * 1-5"
filters:
branches:
only:
- development
jobs:
- edge_build

# A nightly deploy or re-deploy of the edge site after the git branch has been created in nightly-edge-build.
nightly-edge-build-post-build-tasks:
when:
and:
- not:
equal: [ "https://github.com/dof-dss/unity_base", << pipeline.project.git_url >> ]
triggers:
- schedule:
# At 01:23 Monday to Friday
cron: "55 1 * * 1-5"
filters:
branches:
only:
- edge
jobs:
- sync_data
- sync_data:
requires:
- edge_build
6 changes: 6 additions & 0 deletions .ipynb_checkpoints/Untitled-checkpoint.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"cells": [],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
}
Loading