Remove markdown from description. Fix RSS.
This commit is contained in:
@@ -6,7 +6,7 @@ authorTwitter = "" #do not include @
|
||||
cover = ""
|
||||
tags = ["react-native", "javascript", "gitlab"]
|
||||
keywords = ["react-native", "javascript", "gitlab", "ci", "cd"]
|
||||
description = "Recently, I decided to set up automated builds for [Sonzai](https://gitlab.com/ceda_ei/sonzai.git)."
|
||||
description = "Recently, I decided to set up automated builds for Sonzai"
|
||||
showFullContent = false
|
||||
aliases = [
|
||||
"/2020/04/06/React-Native-with-Gitlab-CI.html"
|
||||
@@ -16,8 +16,8 @@ aliases = [
|
||||
## Introduction
|
||||
|
||||
The aim of setting up CI/CD is to automatically build the app on every commit
|
||||
and send the APK. I looked into Gitlab CI/CD for this purpose since my [project
|
||||
repository](https://gitlab.com/ceda_ei/sonzai/) is already hosted on Gitlab.
|
||||
and send the APK. I looked into Gitlab CI/CD for this purpose since
|
||||
[Sonzai](https://gitlab.com/ceda_ei/sonzai/) is already hosted on Gitlab.
|
||||
|
||||
## Build Stage
|
||||
|
||||
|
Reference in New Issue
Block a user