Skip to content

Commit 8a7d7a0

Browse files
adityapinglesfruomeiy-splunk
authored andcommitted
debug: build blocker;
1 parent 46f5b17 commit 8a7d7a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ splunk-windows-2016: base-windows-2016 ansible
209209
-t splunk-windows-2016:${IMAGE_VERSION} .
210210

211211
splunk-amazon-linux-2023: base-amazon-linux-2023 ansible
212+
echo "Hello!"
212213
docker build ${DOCKER_BUILD_FLAGS} \
213214
--platform=linux/arm64/v8 \
214215
-f splunk/common-files/Dockerfile \

base/amazon-linux-2023/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ rm -f get-pip.py
4646
ln -sf /usr/bin/python3 /usr/bin/python
4747

4848
# Install splunk-ansible dependencies
49-
pip install setuptools
50-
pip -q --no-cache-dir install six wheel requests cryptography==3.3.2 ansible==3.4.0 urllib3==1.26.5 jmespath --upgrade
49+
pip install setuptools six wheel requests cryptography==3.3.2 ansible==3.4.0 urllib3==1.26.5 jmespath --upgrade
5150
cd /
5251

5352
# Remove tests packaged in python libs

0 commit comments

Comments
 (0)