Skip to content

Commit

Permalink
Revert "docker build in circle"
Browse files Browse the repository at this point in the history
This reverts commit ccb28bd.
  • Loading branch information
chris-dickson committed Jun 25, 2024
1 parent ccb28bd commit e2fa8dd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ jobs:
steps:
- checkout
- run:
name: "Full Build"
command: |
docker build -f Dockerfile.full -t askem-beaker .
name: "Say hello"
command: "echo Hello, World!"
workflows:
build:
jobs:
- build
- build

0 comments on commit e2fa8dd

Please sign in to comment.