Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit cc52c7f

Browse files
authored
custom image created for build
1 parent 3f55165 commit cc52c7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: openjdk:7
4+
- image: appiriodevops/openjdk7:buildv1
55

66
install_dependency: &install_dependency
77
name: Installation of build dependencies.
@@ -37,7 +37,7 @@ install_dependentrepo: &install_dependentrepo
3737
git clone --branch $TCCACHE_BRANCH https://github.com/appirio-tech/tc-cache ../tc-cache
3838
build_steps: &build_steps
3939
# Initialization.
40-
- run: *install_dependency
40+
# - run: *install_dependency
4141
- checkout
4242
- run: *install_deploysuite
4343
- run: *install_dependentrepo
@@ -113,4 +113,4 @@ workflows:
113113
- Hold [TC-Website-Build-Deploy]
114114
filters:
115115
branches:
116-
only: master
116+
only: master

0 commit comments

Comments
 (0)