Skip to content

Commit

Permalink
Merge pull request #1692 from GRIDAPPSD/releases/2023.01.0
Browse files Browse the repository at this point in the history
Release of version 2023.01.0
  • Loading branch information
tonya1 authored Feb 11, 2023
2 parents 2162c91 + 7d8af44 commit 8b604ce
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 408 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ RUN mkdir ${TEMP_DIR} \
# Get the topology-processor from the proper repository
RUN mkdir ${TEMP_DIR} \
&& cd ${TEMP_DIR} \
&& git clone https://github.com/GRIDAPPSD/topology-processor -b main \
&& cd topology-processor/topology_processor \
&& git clone https://github.com/GRIDAPPSD/topology-processor -b develop \
&& cd topology-processor/ \
&& mkdir -p /gridappsd/services/gridappsd-topology-processor \
&& rm .git -rf \
&& cp -r * /gridappsd/services/gridappsd-topology-processor \
&& cp /gridappsd/services/gridappsd-topology-processor/gridappsd-topology-service.config /gridappsd/services/ \
&& cp /gridappsd/services/gridappsd-topology-processor/gridappsd-topology-daemon.config /gridappsd/services/ \
&& cp /gridappsd/services/gridappsd-topology-processor/topology_processor/gridappsd-topology-service.config /gridappsd/services/ \
&& cp /gridappsd/services/gridappsd-topology-processor/topology_processor/gridappsd-topology-daemon.config /gridappsd/services/ \
&& cd \
&& rm -rf ${TEMP_DIR}

Expand Down
Loading

0 comments on commit 8b604ce

Please sign in to comment.