Skip to content

Commit

Permalink
Merge pull request #1693 from GRIDAPPSD/update-topology-processor-branch
Browse files Browse the repository at this point in the history
Update Dockerfile topology-processor branch to main
  • Loading branch information
tonya1 authored Feb 11, 2023
2 parents d305c80 + 7f1cbe7 commit e5ab08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ 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 develop \
&& git clone https://github.com/GRIDAPPSD/topology-processor -b main \
&& cd topology-processor/ \
&& mkdir -p /gridappsd/services/gridappsd-topology-processor \
&& rm .git -rf \
Expand Down

0 comments on commit e5ab08b

Please sign in to comment.