Files
Adam Fowler 9d11e1034a Replace scripts with common tools and git features (#18)
* Build devcontainer from features

* Fix lldb.library setting

* Remove Node.js comments

* Remove swift 4.2

* Update README

* Remove table from README

* Add test script

* comment
2023-02-15 19:18:51 +01:00

9 lines
468 B
Bash
Executable File

#!/bin/sh
# This script requires the devcontainer tool for publishing. You can install it with
# npm install -g @devcontainers/cli
# More details can be found here https://github.com/devcontainers/cli#try-it-out
#
# When running this script you need to set the environment variable GITHUB_TOKEN. You can
# use a personal access token for the GITHUB_TOKEN varaiable
devcontainer templates publish -r ghcr.io -n swift-server/swift-devcontainer-template ./src