Skip to content

Releases: MappingSystem/Packages

Fix origin and upstream

Choose a tag to compare

@eq19 eq19 released this 04 Dec 07:14

Full Changelog: v0.0.6...v0.0.7

2022-12-04 (5)

2022-12-04 (6)

Fix cleanup of checkout

Choose a tag to compare

@eq19 eq19 released this 04 Dec 06:21

Full Changelog: v0.0.5...v0.0.6

2022-12-04 (4)

Fix Remote Repo

Choose a tag to compare

@eq19 eq19 released this 04 Dec 05:00

Full Changelog: v0.0.4...v0.0.5

deploy_remote() {
  REMOTE_REPO="https://${ACTOR}:${TOKEN}@github.com/${REPOSITORY}.git"
  git remote add origin ${REMOTE_REPO} && git fetch

  if [[ "${REPOSITORY}" != "${GITHUB_REPOSITORY}" ]]; then
    SHOW_ALL=`git show-branch --all | grep -w ${BRANCH}`
    [ $? == 0 ] && git push origin --delete ${BRANCH}
  fi

  git add . && git commit -m "jekyll build from Action ${GITHUB_SHA}"
  git push --force --quiet ${REMOTE_REPO} master:${BRANCH}
  rm -rf .git
}

2022-12-04 (3)

2022-12-04 (2)

Fix Linux cache

Choose a tag to compare

@eq19 eq19 released this 13 Nov 10:11

Full Changelog: v0.0.3...v0.0.4

image

Fix gem cache cleaning

Choose a tag to compare

@eq19 eq19 released this 09 Nov 03:44

Full Changelog: v0.0.2...v0.0.3

Fix bundle path warning

Choose a tag to compare

@eq19 eq19 released this 08 Nov 16:43

Full Changelog: v0.0.1...v0.0.2

Fix Errors on Initiating

Choose a tag to compare

@eq19 eq19 released this 08 Nov 15:05
5b18d75

image