Skip to content

Commit

Permalink
Remove galactic repos (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vatan Aksoy Tezer committed Jul 22, 2021
1 parent fa2b687 commit 958d0b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 52 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test_galactic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- ROS_DISTRO: galactic
ROS_REPO: testing
env:
UPSTREAM_WORKSPACE: moveit2_galactic.repos
UPSTREAM_WORKSPACE: moveit2.repos
AFTER_SETUP_UPSTREAM_WORKSPACE: vcs pull $BASEDIR/upstream_ws/src
TARGET_CMAKE_ARGS: -DCMAKE_BUILD_TYPE=Release
CCACHE_DIR: ${{ github.workspace }}/.ccache
Expand All @@ -36,9 +36,9 @@ jobs:
uses: pat-s/always-upload-cache@v2.1.3
with:
path: ${{ env.BASEDIR }}/upstream_ws
key: upstream_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('moveit2_galactic.repos') }}-${{ github.run_id }}
key: upstream_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('moveit2.repos') }}-${{ github.run_id }}
restore-keys: |
upstream_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('moveit2_galactic.repos') }}
upstream_ws-${{ env.CACHE_PREFIX }}-${{ hashFiles('moveit2.repos') }}
# The target directory cache doesn't include the source directory because
# that comes from the checkout. See "prepare target_ws for cache" task below
- name: cache target_ws
Expand Down
49 changes: 0 additions & 49 deletions moveit2_galactic.repos

This file was deleted.

0 comments on commit 958d0b0

Please sign in to comment.