Skip to content

Commit 861780d

Browse files
committed
Fixing build failure
1 parent a8ef41a commit 861780d

File tree

8 files changed

+39
-39
lines changed

8 files changed

+39
-39
lines changed

buildspec.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,35 @@ version: 0.2
33
phases:
44
build:
55
commands:
6-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/android-java-8/26.1.1
7-
-e - docker build -t aws/codebuild/android-java-8:26.1.1 .
8-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/docker/17.09.0
9-
-e - docker build -t aws/codebuild/docker:17.09.0 .
10-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/docker/18.09.0
11-
-e - docker build -t aws/codebuild/docker:18.09.0 .
12-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/dot-net/core-2.1
13-
-e - docker build -t aws/codebuild/dot-net:core-2.1 .
14-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/golang/1.10
15-
-e - docker build -t aws/codebuild/golang:1.10 .
16-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/golang/1.11
17-
-e - docker build -t aws/codebuild/golang:1.11 .
18-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/java/openjdk-8
19-
-e - docker build -t aws/codebuild/java:openjdk-8 .
20-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/java/openjdk-9
21-
-e - docker build -t aws/codebuild/java:openjdk-9 .
22-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/java/openjdk-11
23-
-e - docker build -t aws/codebuild/java:openjdk-11 .
24-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/nodejs/8.11.0
25-
-e - docker build -t aws/codebuild/nodejs:8.11.0 .
26-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/nodejs/10.14.1
27-
-e - docker build -t aws/codebuild/nodejs:10.14.1 .
28-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/python/3.6.5
29-
-e - docker build -t aws/codebuild/python:3.6.5 .
30-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/python/3.7.1
31-
-e - docker build -t aws/codebuild/python:3.7.1 .
32-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/ruby/2.5.3
33-
-e - docker build -t aws/codebuild/ruby:2.5.3 .
34-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/php/7.1
35-
-e - docker build -t aws/codebuild/php:7.1 .
36-
-e - cd $CODEBUILD_SRC_DIR/ubuntu/ubuntu-base/14.04
37-
-e - docker build -t aws/codebuild/ubuntu-base:14.04 .
6+
- cd $CODEBUILD_SRC_DIR/ubuntu/android-java-8/26.1.1
7+
- docker build -t aws/codebuild/android-java-8:26.1.1 .
8+
- cd $CODEBUILD_SRC_DIR/ubuntu/docker/17.09.0
9+
- docker build -t aws/codebuild/docker:17.09.0 .
10+
- cd $CODEBUILD_SRC_DIR/ubuntu/docker/18.09.0
11+
- docker build -t aws/codebuild/docker:18.09.0 .
12+
- cd $CODEBUILD_SRC_DIR/ubuntu/dot-net/core-2.1
13+
- docker build -t aws/codebuild/dot-net:core-2.1 .
14+
- cd $CODEBUILD_SRC_DIR/ubuntu/golang/1.10
15+
- docker build -t aws/codebuild/golang:1.10 .
16+
- cd $CODEBUILD_SRC_DIR/ubuntu/golang/1.11
17+
- docker build -t aws/codebuild/golang:1.11 .
18+
- cd $CODEBUILD_SRC_DIR/ubuntu/java/openjdk-8
19+
- docker build -t aws/codebuild/java:openjdk-8 .
20+
- cd $CODEBUILD_SRC_DIR/ubuntu/java/openjdk-9
21+
- docker build -t aws/codebuild/java:openjdk-9 .
22+
- cd $CODEBUILD_SRC_DIR/ubuntu/java/openjdk-11
23+
- docker build -t aws/codebuild/java:openjdk-11 .
24+
- cd $CODEBUILD_SRC_DIR/ubuntu/nodejs/8.11.0
25+
- docker build -t aws/codebuild/nodejs:8.11.0 .
26+
- cd $CODEBUILD_SRC_DIR/ubuntu/nodejs/10.14.1
27+
- docker build -t aws/codebuild/nodejs:10.14.1 .
28+
- cd $CODEBUILD_SRC_DIR/ubuntu/python/3.6.5
29+
- docker build -t aws/codebuild/python:3.6.5 .
30+
- cd $CODEBUILD_SRC_DIR/ubuntu/python/3.7.1
31+
- docker build -t aws/codebuild/python:3.7.1 .
32+
- cd $CODEBUILD_SRC_DIR/ubuntu/ruby/2.5.3
33+
- docker build -t aws/codebuild/ruby:2.5.3 .
34+
- cd $CODEBUILD_SRC_DIR/ubuntu/php/7.1
35+
- docker build -t aws/codebuild/php:7.1 .
36+
- cd $CODEBUILD_SRC_DIR/ubuntu/ubuntu-base/14.04
37+
- docker build -t aws/codebuild/ubuntu-base:14.04 .

ubuntu/docker/18.09.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-e # Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
# Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
#
33
# Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License.
44
# A copy of the License is located at

ubuntu/golang/1.11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-e # Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
# Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
#
33
# Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License.
44
# A copy of the License is located at

ubuntu/java/openjdk-11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-e # Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
# Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
#
33
# Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License.
44
# A copy of the License is located at

ubuntu/nodejs/10.14.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-e # Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
# Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
#
33
# Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License.
44
# A copy of the License is located at

ubuntu/php/7.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-e # Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
# Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
#
33
# Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License.
44
# A copy of the License is located at

ubuntu/python/3.7.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-e # Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
# Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
#
33
# Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License.
44
# A copy of the License is located at

ubuntu/ruby/2.5.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-e # Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
# Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
#
33
# Licensed under the Amazon Software License (the "License"). You may not use this file except in compliance with the License.
44
# A copy of the License is located at

0 commit comments

Comments
 (0)