Skip to content

Commit 9f52555

Browse files
Removing underlay workspace from Main (#5732)
* Removing underlay workspace from Main (#5200) Signed-off-by: Steve Macenski <[email protected]> * Try updating key to avoid building with cache Signed-off-by: mini-1235 <[email protected]> --------- Signed-off-by: Steve Macenski <[email protected]> Signed-off-by: mini-1235 <[email protected]> Co-authored-by: Steve Macenski <[email protected]>
1 parent 9f43545 commit 9f52555

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ _commands:
3333
- restore_cache:
3434
name: Restore Cache << parameters.key >>
3535
keys:
36-
- "<< parameters.key >>-v42\
36+
- "<< parameters.key >>-v43\
3737
-{{ arch }}\
3838
-{{ .Branch }}\
3939
-{{ .Environment.CIRCLE_PR_NUMBER }}\
4040
-{{ checksum \"<< parameters.workspace >>/lockfile.txt\" }}"
41-
- "<< parameters.key >>-v42\
41+
- "<< parameters.key >>-v43\
4242
-{{ arch }}\
4343
-main\
4444
-<no value>\
@@ -58,7 +58,7 @@ _commands:
5858
steps:
5959
- save_cache:
6060
name: Save Cache << parameters.key >>
61-
key: "<< parameters.key >>-v42\
61+
key: "<< parameters.key >>-v43\
6262
-{{ arch }}\
6363
-{{ .Branch }}\
6464
-{{ .Environment.CIRCLE_PR_NUMBER }}\

tools/underlay.repos

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
repositories:
2-
BehaviorTree/BehaviorTree.CPP:
3-
type: git
4-
url: https://github.com/BehaviorTree/BehaviorTree.CPP.git
5-
version: 4.6.2
2+
# BehaviorTree/BehaviorTree.CPP:
3+
# type: git
4+
# url: https://github.com/BehaviorTree/BehaviorTree.CPP.git
5+
# version: 4.6.2
66
# ros/angles:
77
# type: git
88
# url: https://github.com/ros/angles.git

0 commit comments

Comments
 (0)