Skip to content

Commit

Permalink
Remove previous submodule update.
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Mar 25, 2021
1 parent 96df3a4 commit c4ddd68
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
type: string
docker:
- image: svalinn/dagmc-ci-ubuntu-18.04-housekeeping:latest
auth:
auth:
username: $DOCKERHUB_USER
password: $DOCKERHUB_PASS
working_directory: /root/build_dir/DAGMC
Expand Down Expand Up @@ -36,16 +36,12 @@ jobs:
default: "OFF"
docker:
- image: svalinn/dagmc-ci-ubuntu-<< parameters.img >>-<< parameters.compiler >>-ext-hdf5_<< parameters.hdf5 >>-moab_<< parameters.moab >>:latest
auth:
auth:
username: $DOCKERHUB_USER
password: $DOCKERHUB_PASS
working_directory: /root/build_dir/DAGMC
steps:
- checkout
- run:
name: "Pull Submodules"
command: |
git submodule update --init
- run:
name: Setup environment
command: |
Expand All @@ -66,7 +62,7 @@ workflows:
version: 2
pull_request: # Run only for PullRequest
jobs:

- house_keeping:
context: dockerhub
matrix:
Expand Down

0 comments on commit c4ddd68

Please sign in to comment.