Skip to content

Commit ef3d267

Browse files
Update config.yml
1 parent 2a9e066 commit ef3d267

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,10 @@ restore_cache_settings_for_build: &restore_cache_settings_for_build
2323
key: docker-pg-ifx-notify-{{ checksum "package-lock.json" }}
2424

2525
save_cache_settings: &save_cache_settings
26-
key: docker-pg-ifx-notifyy-{{ checksum "package-lock.json" }}
26+
key: docker-pg-ifx-notify-{{ checksum "package-lock.json" }}
2727
paths:
2828
- node_modules
2929

30-
run_build: &run_build
31-
name: Build of Docker image
32-
command: ./build.sh
3330

3431
build_steps: &build_steps
3532
- checkout

0 commit comments

Comments
 (0)