Skip to content

Commit

Permalink
che #55 Fixing build for promototion to dsaas-stg. Adding build statu…
Browse files Browse the repository at this point in the history
…s icon to the README.md

Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
  • Loading branch information
ibuziuk committed Apr 25, 2019
1 parent a3ed48b commit f5206d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ COPY .htaccess README.md *.sh /build/
COPY /plugins /build/plugins
COPY /v2 /build/v2
WORKDIR /build/
RUN cd plugins && ./check_plugins_location_v1.sh
RUN cd v2/plugins && ./check_plugins_location_v2.sh
RUN ./check_plugins_location_v1.sh
RUN ./check_plugins_location_v2.sh
RUN ./check_plugins_images.sh
RUN ./set_plugin_dates.sh
RUN ./check_plugins_viewer_mandatory_fields_v1.sh
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![CircleCI](https://circleci.com/gh/eclipse/che-plugin-registry.svg?style=svg)](https://circleci.com/gh/eclipse/che-plugin-registry)
[![Build Status](https://ci.centos.org/buildStatus/icon?job=devtools-che-plugin-registry-build-master/)](https://ci.centos.org/job/devtools-che-plugin-registry-build-master/)

# Eclipse Che plugin registry

Expand Down

0 comments on commit f5206d4

Please sign in to comment.