Skip to content

Commit ee23b09

Browse files
committed
Merged with master
2 parents dc69ba8 + 9a7b016 commit ee23b09

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

clone.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"count": 582,
2+
"count": 579,
33
"uniques": 59,
44
"clones": [
55
{
66
"timestamp": "2023-02-03T00:00:00Z",
7-
"count": 16,
8-
"uniques": 8
7+
"count": 10,
8+
"uniques": 5
99
},
1010
{
1111
"timestamp": "2023-02-04T00:00:00Z",
@@ -71,6 +71,11 @@
7171
"timestamp": "2023-02-16T00:00:00Z",
7272
"count": 36,
7373
"uniques": 12
74+
},
75+
{
76+
"timestamp": "2023-02-17T00:00:00Z",
77+
"count": 3,
78+
"uniques": 2
7479
}
7580
]
7681
}

compose/docker/cicd-alpine/start-build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ echo ""
2525

2626
TAG="alpine-3.16-AnsibleTower"
2727
echo " Build Image => $IMAGE:$TAG"
28-
docker build --no-cache -f Dockerfile-Alpine-3.16-Ansible-Tower -t $IMAGE:$TAG .
28+
docker build --no-cache -f Dockerfile-Alpine-3.16-Ansible-Tower -t
2929
echo ""
3030

3131
TAG="alpine-3.16-AWX"
@@ -36,12 +36,12 @@ echo ""
3636

3737
TAG="alpine-3.17-AnsibleTower"
3838
echo " Build Image => $IMAGE:$TAG"
39-
docker build --no-cache -f Dockerfile-Alpine-3.17-Ansible-Tower -t $IMAGE:$TAG .
39+
docker build --no-cache -f Dockerfile-Alpine-3.17-Ansible-Tower -t
4040
echo ""
4141

4242
TAG="alpine-3.17-AWX"
4343
echo " Build Image => $IMAGE:$TAG"
44-
docker build --no-cache -f Dockerfile-Alpine-3.17-AWX -t $IMAGE:$TAG .
44+
docker build --no-cache -f Dockerfile-Alpine-3.17-AWX -t
4545
echo ""
4646

4747
TAG="alpine-nginx-1.23"

0 commit comments

Comments
 (0)