Skip to content

Commit ee55580

Browse files
committed
Remove defunct token
1 parent d18c4a3 commit ee55580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎ckan/Dockerfile.dev‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN pip3 install -e 'git+https://github.com/NCAR/ckanext-repo.git@main#egg=ckane
3131

3232

3333
### DASH Search custom plugin
34-
RUN pip3 install -e git+https://67704c9484c2b63f308a9a2269932d4dda57b36f@github.com/NCAR/ckanext-dsetsearch.git#egg=ckanext-dsetsearch && \
34+
RUN pip3 install -e git+https://${REPO_TOKEN}@github.com/NCAR/ckanext-dsetsearch.git#egg=ckanext-dsetsearch && \
3535
pip3 install -r ${APP_DIR}/src/ckanext-dsetsearch/pip-requirements.txt
3636

3737

0 commit comments

Comments
 (0)