Skip to content

Commit

Permalink
Update to use collection-2021-1.0 and -2021-1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AbbyGi committed Mar 23, 2021
1 parent 21bcfa4 commit e04b024
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .ci/bl-specific.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/bin/bash

# cp -v <...> ~/.ipython/profile_${TEST_PROFILE}/

conda install -y -c ${CONDA_CHANNEL_NAME} 04-bm-xfm-collection
12 changes: 8 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ resources:
- repository: templates
type: github
name: NSLS-II/profile-collection-ci
# ref: refs/heads/<branch-name> # for future testings on a branch of NSLS-II/profile-collection-ci
ref: refs/heads/main
endpoint: github

jobs:
- template: azure-linux.yml@templates # Template reference
parameters:
beamline_acronym: XFM
- template: collection-2021-1.0.yml@templates
parameters:
beamline_acronym: XFM
- template: collection-2021-1.2.yml@templates
parameters:
beamline_acronym: XFM

0 comments on commit e04b024

Please sign in to comment.