Skip to content

Commit

Permalink
DOC fixed echo string and added news item
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Apr 26, 2020
1 parent 75022ea commit d86d8df
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/templates/run_osx_build.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
source ${HOME}/miniforge3/etc/profile.d/conda.sh
conda activate base

echo -e "\n\nInstalling conda-forge-ci-setup=2 and conda-build."
echo -e "\n\nInstalling conda-forge-ci-setup=3 and conda-build."
conda install -n base --quiet --yes conda-forge-ci-setup=3 conda-build pip

{% if local_ci_setup %}
Expand Down
25 changes: 25 additions & 0 deletions news/token_validation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
**Added:**

* Added new `pip-install`-based hooks for using a local copy of the
`conda-forge-ci-setup` package.

**Changed:**

* Renamed the feedstock token output files to not munge "-feedstock" from
the names.

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* Fixed bugs in tests for feedstock tokens.

**Security:**

* Added code to call the feedstock output validation service.

0 comments on commit d86d8df

Please sign in to comment.